aboutsummaryrefslogtreecommitdiffstats
path: root/liblll
diff options
context:
space:
mode:
authorDimitry <winsvega@mail.ru>2016-04-02 04:11:01 +0800
committerDimitry <winsvega@mail.ru>2016-04-02 04:11:01 +0800
commitccbd3ff63feb696025c18211c3c93bab47f755b0 (patch)
tree35ac9927eb5d6bb609efe763de6999e493c25e13 /liblll
parentc492d9be00c843b8390959bd9f203c4047cb9f69 (diff)
downloaddexon-solidity-ccbd3ff63feb696025c18211c3c93bab47f755b0.tar.gz
dexon-solidity-ccbd3ff63feb696025c18211c3c93bab47f755b0.tar.zst
dexon-solidity-ccbd3ff63feb696025c18211c3c93bab47f755b0.zip
move libevmcore to solidity
Diffstat (limited to 'liblll')
-rw-r--r--liblll/CodeFragment.cpp2
-rw-r--r--liblll/CodeFragment.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/liblll/CodeFragment.cpp b/liblll/CodeFragment.cpp
index 64680d5a..7998a5b5 100644
--- a/liblll/CodeFragment.cpp
+++ b/liblll/CodeFragment.cpp
@@ -30,7 +30,7 @@
#pragma GCC diagnostic pop
#include <libdevcore/Log.h>
#include <libdevcore/CommonIO.h>
-#include <libevmcore/Instruction.h>
+#include <libevmasm/Instruction.h>
#include "CompilerState.h"
#include "Parser.h"
using namespace std;
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"