diff options
author | Dimitry <winsvega@mail.ru> | 2016-04-02 04:11:01 +0800 |
---|---|---|
committer | Dimitry <winsvega@mail.ru> | 2016-04-02 04:11:01 +0800 |
commit | ccbd3ff63feb696025c18211c3c93bab47f755b0 (patch) | |
tree | 35ac9927eb5d6bb609efe763de6999e493c25e13 /libsolidity/codegen/LValue.cpp | |
parent | c492d9be00c843b8390959bd9f203c4047cb9f69 (diff) | |
download | dexon-solidity-ccbd3ff63feb696025c18211c3c93bab47f755b0.tar.gz dexon-solidity-ccbd3ff63feb696025c18211c3c93bab47f755b0.tar.zst dexon-solidity-ccbd3ff63feb696025c18211c3c93bab47f755b0.zip |
move libevmcore to solidity
Diffstat (limited to 'libsolidity/codegen/LValue.cpp')
-rw-r--r-- | libsolidity/codegen/LValue.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libsolidity/codegen/LValue.cpp b/libsolidity/codegen/LValue.cpp index fdef6937..be1fefcd 100644 --- a/libsolidity/codegen/LValue.cpp +++ b/libsolidity/codegen/LValue.cpp @@ -21,7 +21,7 @@ */ #include <libsolidity/codegen/LValue.h> -#include <libevmcore/Instruction.h> +#include <libevmasm/Instruction.h> #include <libsolidity/ast/Types.h> #include <libsolidity/ast/AST.h> #include <libsolidity/codegen/CompilerUtils.h> |