diff options
Diffstat (limited to 'liblll')
-rw-r--r-- | liblll/CodeFragment.cpp | 2 | ||||
-rw-r--r-- | liblll/CodeFragment.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/liblll/CodeFragment.cpp b/liblll/CodeFragment.cpp index 64680d5a..7998a5b5 100644 --- a/liblll/CodeFragment.cpp +++ b/liblll/CodeFragment.cpp @@ -30,7 +30,7 @@ #pragma GCC diagnostic pop #include <libdevcore/Log.h> #include <libdevcore/CommonIO.h> -#include <libevmcore/Instruction.h> +#include <libevmasm/Instruction.h> #include "CompilerState.h" #include "Parser.h" using namespace std; diff --git a/liblll/CodeFragment.h b/liblll/CodeFragment.h index 03f812b6..e0d48ab7 100644 --- a/liblll/CodeFragment.h +++ b/liblll/CodeFragment.h @@ -22,7 +22,7 @@ #pragma once #include <libdevcore/Common.h> -#include <libevmcore/Instruction.h> +#include <libevmasm/Instruction.h> #include <libevmasm/Assembly.h> #include "Exceptions.h" |