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 /liblll/CodeFragment.h | |
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 'liblll/CodeFragment.h')
-rw-r--r-- | liblll/CodeFragment.h | 2 |
1 files changed, 1 insertions, 1 deletions
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" |