aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
authorGav Wood <i@gavwood.com>2014-09-06 00:24:29 +0800
committerGav Wood <i@gavwood.com>2014-09-06 00:24:29 +0800
commitf9a7ab94ae2003290153369e3128e6730c9e6eb5 (patch)
treef5c41a52c8b960b6bed37571c5db4acabe507861 /main.cpp
parent38dd3fb050cae0bc28205ecff8591fa44605efc7 (diff)
downloaddexon-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 'main.cpp')
-rw-r--r--main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.cpp b/main.cpp
index 08142095..ef009e29 100644
--- a/main.cpp
+++ b/main.cpp
@@ -20,7 +20,7 @@
* Main test functions.
*/
-#include <libethcore/TrieDB.h>
+#include <libdevcrypto/TrieDB.h>
#include "TrieHash.h"
#include "MemTrie.h"
@@ -35,7 +35,7 @@ int vmTest();
int hexPrefixTest();
int peerTest(int argc, char** argv);
-#include <libethential/Log.h>
+#include <libdevcore/Log.h>
#include <libethcore/BlockInfo.h>
using namespace std;
using namespace dev;