aboutsummaryrefslogtreecommitdiffstats
path: root/peer.cpp
diff options
context:
space:
mode:
authorGav Wood <i@gavwood.com>2014-04-23 22:08:11 +0800
committerGav Wood <i@gavwood.com>2014-04-23 22:08:11 +0800
commit3a2597d871958da9a2bca473b273027551101abb (patch)
tree98b74f9a99d48bd54255e537b13a4abc382f7142 /peer.cpp
parent39a5c080511012373e860dcd3e44585c336beb72 (diff)
downloaddexon-solidity-3a2597d871958da9a2bca473b273027551101abb.tar.gz
dexon-solidity-3a2597d871958da9a2bca473b273027551101abb.tar.zst
dexon-solidity-3a2597d871958da9a2bca473b273027551101abb.zip
Split out libethcore from libethereum.
Diffstat (limited to 'peer.cpp')
-rw-r--r--peer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/peer.cpp b/peer.cpp
index 7a1f3248..20f2d322 100644
--- a/peer.cpp
+++ b/peer.cpp
@@ -23,8 +23,8 @@
#include <chrono>
#include <thread>
#include <boost/filesystem/operations.hpp>
-#include <BlockChain.h>
-#include <PeerServer.h>
+#include <libethereum/BlockChain.h>
+#include <libethereum/PeerServer.h>
using namespace std;
using namespace eth;
using boost::asio::ip::tcp;