diff options
author | Gav Wood <i@gavwood.com> | 2014-09-06 00:24:29 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2014-09-06 00:24:29 +0800 |
commit | c52b98edda0b7ed66376cd601c028c71db0ac88c (patch) | |
tree | 41f41a7df821329b7d8a5730254b347745266977 /main.cpp | |
parent | 37def1ca62d84084063b16e2fe860e70f7260156 (diff) | |
download | dexon-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.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |