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 61840b0e..b12b96dd 100644 --- a/TrieHash.cpp +++ b/TrieHash.cpp @@ -21,8 +21,8 @@ #include "TrieHash.h" -#include <CommonEth.h> -#include <TrieCommon.h> +#include <libethcore/TrieCommon.h> +#include <libethereum/CommonEth.h> using namespace std; using namespace eth; |