diff options
Diffstat (limited to 'TrieHash.cpp')
-rw-r--r-- | TrieHash.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TrieHash.cpp b/TrieHash.cpp index b12b96dd..f6b73014 100644 --- a/TrieHash.cpp +++ b/TrieHash.cpp @@ -21,8 +21,8 @@ #include "TrieHash.h" -#include <libethcore/TrieCommon.h> -#include <libethereum/CommonEth.h> +#include <libethsupport/TrieCommon.h> +#include <libethcore/CommonEth.h> using namespace std; using namespace eth; |