aboutsummaryrefslogtreecommitdiffstats
path: root/main.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 /main.cpp
parent9d7047272daf476703978e4ab595bb9fe197019d (diff)
downloaddexon-solidity-ef95ba9ac39a9eea558a02cba94d8a141ddec5bf.tar
dexon-solidity-ef95ba9ac39a9eea558a02cba94d8a141ddec5bf.tar.gz
dexon-solidity-ef95ba9ac39a9eea558a02cba94d8a141ddec5bf.tar.bz2
dexon-solidity-ef95ba9ac39a9eea558a02cba94d8a141ddec5bf.tar.lz
dexon-solidity-ef95ba9ac39a9eea558a02cba94d8a141ddec5bf.tar.xz
dexon-solidity-ef95ba9ac39a9eea558a02cba94d8a141ddec5bf.tar.zst
dexon-solidity-ef95ba9ac39a9eea558a02cba94d8a141ddec5bf.zip
Major reorganisation.
New libs (libethsupport, libevm, liblll). New LLLC binary.
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.cpp b/main.cpp
index 674bb142..f30d5e89 100644
--- a/main.cpp
+++ b/main.cpp
@@ -31,8 +31,8 @@ int vmTest();
int hexPrefixTest();
int peerTest(int argc, char** argv);
-#include <libethcore/Log.h>
-#include <libethereum/BlockInfo.h>
+#include <libethsupport/Log.h>
+#include <libethcore/BlockInfo.h>
using namespace std;
using namespace eth;