aboutsummaryrefslogtreecommitdiffstats
path: root/crypto.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 /crypto.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 'crypto.cpp')
-rw-r--r--crypto.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto.cpp b/crypto.cpp
index 2e4ffa05..d2943984 100644
--- a/crypto.cpp
+++ b/crypto.cpp
@@ -22,9 +22,9 @@
#include <random>
#include <secp256k1/secp256k1.h>
-#include <libethential/Common.h>
-#include <libethential/RLP.h>
-#include <libethential/Log.h>
+#include <libdevcore/Common.h>
+#include <libdevcore/RLP.h>
+#include <libdevcore/Log.h>
#include <libethereum/Transaction.h>
#include <boost/test/unit_test.hpp>