diff options
Diffstat (limited to 'CompilerContext.h')
-rw-r--r-- | CompilerContext.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CompilerContext.h b/CompilerContext.h index 46c4c72a..088ef43b 100644 --- a/CompilerContext.h +++ b/CompilerContext.h @@ -23,8 +23,8 @@ #pragma once #include <ostream> -#include <libevmface/Instruction.h> -#include <liblll/Assembly.h> +#include <libevmcore/Instruction.h> +#include <libevmcore/Assembly.h> #include <libsolidity/Types.h> namespace dev { |