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 /network.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 'network.cpp')
-rw-r--r-- | network.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/network.cpp b/network.cpp index 3e27ac6b..216d518c 100644 --- a/network.cpp +++ b/network.cpp @@ -22,9 +22,9 @@ #include <boost/test/unit_test.hpp> #include <boost/filesystem/operations.hpp> -#include <Client.h> -#include <BlockChain.h> -#include <PeerServer.h> +#include <libethereum/Client.h> +#include <libethereum/BlockChain.h> +#include <libethereum/PeerServer.h> #include "TestHelper.h" using namespace std; using namespace eth; |