aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/main.cpp b/main.cpp
index 020d137b..22d40d2d 100644
--- a/main.cpp
+++ b/main.cpp
@@ -23,9 +23,9 @@
#include <fstream>
#include <iostream>
#include <liblll/Compiler.h>
-#include <libethsupport/CommonIO.h>
-#include <libethsupport/CommonData.h>
-#include <libethcore/Instruction.h>
+#include <libethential/CommonIO.h>
+#include <libethential/CommonData.h>
+#include <libevmface/Instruction.h>
#include "BuildInfo.h"
using namespace std;
using namespace eth;