aboutsummaryrefslogtreecommitdiffstats
path: root/CodeFragment.h
diff options
context:
space:
mode:
authorChristian <c@ethdev.com>2014-11-06 21:50:18 +0800
committerChristian <c@ethdev.com>2014-11-06 21:50:18 +0800
commit476853f3feb2159fa24a85826c19e7e5190d3770 (patch)
tree6bda3f938d8e0332e8cbe1374d88dfc4f1103678 /CodeFragment.h
parentfd980ea543a9d666dd20289ac61cfbe40a039d5e (diff)
downloaddexon-solidity-476853f3feb2159fa24a85826c19e7e5190d3770.tar
dexon-solidity-476853f3feb2159fa24a85826c19e7e5190d3770.tar.gz
dexon-solidity-476853f3feb2159fa24a85826c19e7e5190d3770.tar.bz2
dexon-solidity-476853f3feb2159fa24a85826c19e7e5190d3770.tar.lz
dexon-solidity-476853f3feb2159fa24a85826c19e7e5190d3770.tar.xz
dexon-solidity-476853f3feb2159fa24a85826c19e7e5190d3770.tar.zst
dexon-solidity-476853f3feb2159fa24a85826c19e7e5190d3770.zip
Moved instructions and assembly to new libevmcore.
Diffstat (limited to 'CodeFragment.h')
-rw-r--r--CodeFragment.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/CodeFragment.h b/CodeFragment.h
index d6ca86bb..b24b474d 100644
--- a/CodeFragment.h
+++ b/CodeFragment.h
@@ -22,8 +22,8 @@
#pragma once
#include <libdevcore/Common.h>
-#include <libevmface/Instruction.h>
-#include "Assembly.h"
+#include <libevmcore/Instruction.h>
+#include <libevmcore/Assembly.h>
#include "Exceptions.h"
namespace boost { namespace spirit { class utree; } }