aboutsummaryrefslogtreecommitdiffstats
path: root/hexPrefix.cpp
diff options
context:
space:
mode:
authorGav Wood <i@gavwood.com>2014-06-28 05:47:24 +0800
committerGav Wood <i@gavwood.com>2014-06-28 05:47:24 +0800
commitb62f71c699de687268b5d83a526f66027fca07ea (patch)
tree075bf6824f198776505f5f6e0fed6a1ac978cb7a /hexPrefix.cpp
parentd737f6df42f98c42d98d7bd4bad8a8c96e61d5a1 (diff)
downloaddexon-solidity-b62f71c699de687268b5d83a526f66027fca07ea.tar.gz
dexon-solidity-b62f71c699de687268b5d83a526f66027fca07ea.tar.zst
dexon-solidity-b62f71c699de687268b5d83a526f66027fca07ea.zip
Project refactor. Introduce the Serpent library.
Diffstat (limited to 'hexPrefix.cpp')
-rw-r--r--hexPrefix.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/hexPrefix.cpp b/hexPrefix.cpp
index 871e86f0..5ea67092 100644
--- a/hexPrefix.cpp
+++ b/hexPrefix.cpp
@@ -22,8 +22,8 @@
#include <fstream>
#include "JsonSpiritHeaders.h"
-#include <libethsupport/TrieCommon.h>
-#include <libethsupport/Log.h>
+#include <libethcore/TrieCommon.h>
+#include <libethential/Log.h>
#include <boost/test/unit_test.hpp>
using namespace std;