Reorganisation.

This commit is contained in:
Gav Wood 2014-09-03 20:18:02 +02:00
parent ef9a577af7
commit 3e288da60f

View File

@ -22,10 +22,10 @@
#include <chrono>
#include <thread>
#include <libethnet/PeerHost.h>
#include <libp2p/PeerHost.h>
using namespace std;
using namespace eth;
using boost::asio::ip::tcp;
using namespace p2p;
int peerTest(int argc, char** argv)
{