Merge pull request #6408 from ethereum/includeCleanup

Include cleanup
This commit is contained in:
chriseth
2019-03-28 15:31:07 +01:00
committed by GitHub
22 changed files with 44 additions and 42 deletions
+5 -5
View File
@@ -19,7 +19,11 @@
* @date 2014
*/
#include "CodeFragment.h"
#include <liblll/CodeFragment.h>
#include <liblll/CompilerState.h>
#include <liblll/Parser.h>
#include <libevmasm/Instruction.h>
#include <libdevcore/CommonIO.h>
#include <boost/algorithm/string.hpp>
@@ -34,10 +38,6 @@
#pragma GCC diagnostic pop
#endif // defined(__GNUC__)
#include <libdevcore/CommonIO.h>
#include <libevmasm/Instruction.h>
#include "CompilerState.h"
#include "Parser.h"
using namespace std;
using namespace dev;