aboutsummaryrefslogtreecommitdiffstats
path: root/Assembly.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 /Assembly.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 'Assembly.h')
-rw-r--r--Assembly.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Assembly.h b/Assembly.h
index 3907f69f..29f899c0 100644
--- a/Assembly.h
+++ b/Assembly.h
@@ -23,8 +23,9 @@
#include <iostream>
#include <sstream>
-#include <libethsupport/Common.h>
-#include <libethcore/Instruction.h>
+#include <libethential/Common.h>
+#include <libevmface/Instruction.h>
+#include <libethcore/SHA3.h>
#include "Exceptions.h"
namespace eth