aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
authorGav Wood <i@gavwood.com>2014-09-06 00:24:29 +0800
committerGav Wood <i@gavwood.com>2014-09-06 00:24:29 +0800
commitc52b98edda0b7ed66376cd601c028c71db0ac88c (patch)
tree41f41a7df821329b7d8a5730254b347745266977 /main.cpp
parent37def1ca62d84084063b16e2fe860e70f7260156 (diff)
downloaddexon-solidity-c52b98edda0b7ed66376cd601c028c71db0ac88c.tar
dexon-solidity-c52b98edda0b7ed66376cd601c028c71db0ac88c.tar.gz
dexon-solidity-c52b98edda0b7ed66376cd601c028c71db0ac88c.tar.bz2
dexon-solidity-c52b98edda0b7ed66376cd601c028c71db0ac88c.tar.lz
dexon-solidity-c52b98edda0b7ed66376cd601c028c71db0ac88c.tar.xz
dexon-solidity-c52b98edda0b7ed66376cd601c028c71db0ac88c.tar.zst
dexon-solidity-c52b98edda0b7ed66376cd601c028c71db0ac88c.zip
Split ethcore off into devcrypto ready for Whisper's crypto and repot namespace.
Rename ethential to devcore.
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 ccdf5a11..a4c9df78 100644
--- a/main.cpp
+++ b/main.cpp
@@ -23,8 +23,8 @@
#include <fstream>
#include <iostream>
#include <liblll/Compiler.h>
-#include <libethential/CommonIO.h>
-#include <libethential/CommonData.h>
+#include <libdevcore/CommonIO.h>
+#include <libdevcore/CommonData.h>
#include <libevmface/Instruction.h>
#include "BuildInfo.h"
using namespace std;