aboutsummaryrefslogtreecommitdiffstats
path: root/hexPrefix.cpp
diff options
context:
space:
mode:
authorGav Wood <i@gavwood.com>2014-05-26 17:22:19 +0800
committerGav Wood <i@gavwood.com>2014-05-26 17:22:19 +0800
commitef95ba9ac39a9eea558a02cba94d8a141ddec5bf (patch)
treef43b87d19528ebf19a7b379ab7e97941bd6a18de /hexPrefix.cpp
parent9d7047272daf476703978e4ab595bb9fe197019d (diff)
downloaddexon-solidity-ef95ba9ac39a9eea558a02cba94d8a141ddec5bf.tar.gz
dexon-solidity-ef95ba9ac39a9eea558a02cba94d8a141ddec5bf.tar.zst
dexon-solidity-ef95ba9ac39a9eea558a02cba94d8a141ddec5bf.zip
Major reorganisation.
New libs (libethsupport, libevm, liblll). New LLLC binary.
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 6d3ed89f..565ef50c 100644
--- a/hexPrefix.cpp
+++ b/hexPrefix.cpp
@@ -22,8 +22,8 @@
#include <fstream>
#include "JsonSpiritHeaders.h"
-#include <libethcore/TrieCommon.h>
-#include <libethcore/Log.h>
+#include <libethsupport/TrieCommon.h>
+#include <libethsupport/Log.h>
#include <boost/test/unit_test.hpp>
using namespace std;