diff options
author | Christian <c@ethdev.com> | 2014-11-06 21:50:18 +0800 |
---|---|---|
committer | Christian <c@ethdev.com> | 2014-11-06 21:50:18 +0800 |
commit | 8a0fff83f1b447d952410a76674cba1011a47387 (patch) | |
tree | d8b956617cbf55a34d63ffa5322603fcbaf4ce70 /CompilerContext.h | |
parent | e30d3f8d539882376b29a1fe8f4bf6bcaf8c1762 (diff) | |
download | dexon-solidity-8a0fff83f1b447d952410a76674cba1011a47387.tar.gz dexon-solidity-8a0fff83f1b447d952410a76674cba1011a47387.tar.zst dexon-solidity-8a0fff83f1b447d952410a76674cba1011a47387.zip |
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 { |