aboutsummaryrefslogtreecommitdiffstats
path: root/TrieHash.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TrieHash.cpp')
-rw-r--r--TrieHash.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TrieHash.cpp b/TrieHash.cpp
index b2ebce73..af32e870 100644
--- a/TrieHash.cpp
+++ b/TrieHash.cpp
@@ -21,8 +21,8 @@
#include "TrieHash.h"
-#include <libethcore/TrieCommon.h>
-#include <libethcore/SHA3.h>
+#include <libdevcrypto/TrieCommon.h>
+#include <libdevcrypto/SHA3.h>
#include <libethcore/CommonEth.h>
using namespace std;
using namespace dev;