diff options
author | Gav Wood <g@ethdev.com> | 2014-11-07 07:40:59 +0800 |
---|---|---|
committer | Gav Wood <g@ethdev.com> | 2014-11-07 07:40:59 +0800 |
commit | 49e03ad4c9dc3ef8caf7f2cccfb52a744d55b144 (patch) | |
tree | e2c4fde1d5d5d6bf8f8d1d59fac1bbde34b039b8 /CompilerContext.h | |
parent | eb894869d49d4be512c73e517f7013717645cbbb (diff) | |
parent | 8a0fff83f1b447d952410a76674cba1011a47387 (diff) | |
download | dexon-solidity-49e03ad4c9dc3ef8caf7f2cccfb52a744d55b144.tar dexon-solidity-49e03ad4c9dc3ef8caf7f2cccfb52a744d55b144.tar.gz dexon-solidity-49e03ad4c9dc3ef8caf7f2cccfb52a744d55b144.tar.bz2 dexon-solidity-49e03ad4c9dc3ef8caf7f2cccfb52a744d55b144.tar.lz dexon-solidity-49e03ad4c9dc3ef8caf7f2cccfb52a744d55b144.tar.xz dexon-solidity-49e03ad4c9dc3ef8caf7f2cccfb52a744d55b144.tar.zst dexon-solidity-49e03ad4c9dc3ef8caf7f2cccfb52a744d55b144.zip |
Merge pull request #483 from chriseth/libevmcore
Moved instructions and assembly to new libevmcore.
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 { |