aboutsummaryrefslogtreecommitdiffstats
path: root/CodeFragment.h
diff options
context:
space:
mode:
authorGav Wood <i@gavwood.com>2014-06-28 05:47:24 +0800
committerGav Wood <i@gavwood.com>2014-06-28 05:47:24 +0800
commit5e2b4bbd58f1d244d1aab985e07835071692d7a5 (patch)
treeff18622bc37da9d7e8057396ce2daec99586b6ef /CodeFragment.h
parent18c3da3eb29fa646f34b56876012abcee65e03ca (diff)
downloaddexon-solidity-5e2b4bbd58f1d244d1aab985e07835071692d7a5.tar.gz
dexon-solidity-5e2b4bbd58f1d244d1aab985e07835071692d7a5.tar.zst
dexon-solidity-5e2b4bbd58f1d244d1aab985e07835071692d7a5.zip
Project refactor. Introduce the Serpent library.
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 8e3ff1d7..b9d44c03 100644
--- a/CodeFragment.h
+++ b/CodeFragment.h
@@ -21,8 +21,8 @@
#pragma once
-#include <libethsupport/Common.h>
-#include <libethcore/Instruction.h>
+#include <libethential/Common.h>
+#include <libevmface/Instruction.h>
#include "Assembly.h"
#include "Exceptions.h"