Clean up includes in the fuzzer

This commit is contained in:
Alex Beregszaszi
2019-01-29 16:14:51 +00:00
parent 0e2b43e141
commit 1276f3c4f3
3 changed files with 15 additions and 13 deletions
+7 -1
View File
@@ -16,7 +16,13 @@
*/
#include <test/tools/fuzzer_common.h>
#include <libdevcore/CommonData.h>
#include <libdevcore/JSON.h>
#include <libevmasm/Assembly.h>
#include <libevmasm/ConstantOptimiser.h>
#include <libsolc/libsolc.h>
#include <sstream>
using namespace std;
using namespace dev;