diff options
author | Gav Wood <i@gavwood.com> | 2014-09-06 00:24:29 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2014-09-06 00:24:29 +0800 |
commit | f9a7ab94ae2003290153369e3128e6730c9e6eb5 (patch) | |
tree | f5c41a52c8b960b6bed37571c5db4acabe507861 /hexPrefix.cpp | |
parent | 38dd3fb050cae0bc28205ecff8591fa44605efc7 (diff) | |
download | dexon-solidity-f9a7ab94ae2003290153369e3128e6730c9e6eb5.tar dexon-solidity-f9a7ab94ae2003290153369e3128e6730c9e6eb5.tar.gz dexon-solidity-f9a7ab94ae2003290153369e3128e6730c9e6eb5.tar.bz2 dexon-solidity-f9a7ab94ae2003290153369e3128e6730c9e6eb5.tar.lz dexon-solidity-f9a7ab94ae2003290153369e3128e6730c9e6eb5.tar.xz dexon-solidity-f9a7ab94ae2003290153369e3128e6730c9e6eb5.tar.zst dexon-solidity-f9a7ab94ae2003290153369e3128e6730c9e6eb5.zip |
Split ethcore off into devcrypto ready for Whisper's crypto and repot namespace.
Rename ethential to devcore.
Diffstat (limited to 'hexPrefix.cpp')
-rw-r--r-- | hexPrefix.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hexPrefix.cpp b/hexPrefix.cpp index 7dbe80a5..9b65db0e 100644 --- a/hexPrefix.cpp +++ b/hexPrefix.cpp @@ -22,8 +22,8 @@ #include <fstream> #include "JsonSpiritHeaders.h" -#include <libethcore/TrieCommon.h> -#include <libethential/Log.h> +#include <libdevcrypto/TrieCommon.h> +#include <libdevcore/Log.h> #include <boost/test/unit_test.hpp> using namespace std; |