diff options
author | Gav Wood <i@gavwood.com> | 2014-06-28 05:47:24 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2014-06-28 05:47:24 +0800 |
commit | 5e2b4bbd58f1d244d1aab985e07835071692d7a5 (patch) | |
tree | ff18622bc37da9d7e8057396ce2daec99586b6ef /Assembly.cpp | |
parent | 18c3da3eb29fa646f34b56876012abcee65e03ca (diff) | |
download | dexon-solidity-5e2b4bbd58f1d244d1aab985e07835071692d7a5.tar dexon-solidity-5e2b4bbd58f1d244d1aab985e07835071692d7a5.tar.gz dexon-solidity-5e2b4bbd58f1d244d1aab985e07835071692d7a5.tar.bz2 dexon-solidity-5e2b4bbd58f1d244d1aab985e07835071692d7a5.tar.lz dexon-solidity-5e2b4bbd58f1d244d1aab985e07835071692d7a5.tar.xz dexon-solidity-5e2b4bbd58f1d244d1aab985e07835071692d7a5.tar.zst dexon-solidity-5e2b4bbd58f1d244d1aab985e07835071692d7a5.zip |
Project refactor. Introduce the Serpent library.
Diffstat (limited to 'Assembly.cpp')
-rw-r--r-- | Assembly.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Assembly.cpp b/Assembly.cpp index 0de16982..0fa12537 100644 --- a/Assembly.cpp +++ b/Assembly.cpp @@ -21,7 +21,7 @@ #include "Assembly.h" -#include <libethsupport/Log.h> +#include <libethential/Log.h> #include <libethcore/CommonEth.h> using namespace std; |