diff options
author | Gav Wood <i@gavwood.com> | 2014-04-23 22:08:11 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2014-04-23 22:08:11 +0800 |
commit | 3a2597d871958da9a2bca473b273027551101abb (patch) | |
tree | 98b74f9a99d48bd54255e537b13a4abc382f7142 /dagger.cpp | |
parent | 39a5c080511012373e860dcd3e44585c336beb72 (diff) | |
download | dexon-solidity-3a2597d871958da9a2bca473b273027551101abb.tar.gz dexon-solidity-3a2597d871958da9a2bca473b273027551101abb.tar.zst dexon-solidity-3a2597d871958da9a2bca473b273027551101abb.zip |
Split out libethcore from libethereum.
Diffstat (limited to 'dagger.cpp')
-rw-r--r-- | dagger.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,8 +21,8 @@ */ #include <chrono> -#include "Log.h" -#include "Dagger.h" +#include <libethcore/Log.h> +#include <libethereum/Dagger.h> using namespace std; using namespace std::chrono; using namespace eth; |