net: narrow include scope after moving to netaddress

This commit is contained in:
Cory Fields
2016-05-31 17:42:38 -04:00
committed by lateminer
parent 4de79a2a14
commit 620e64b25f
12 changed files with 11 additions and 5 deletions

View File

@@ -7,6 +7,7 @@
#include <boost/test/unit_test.hpp>
#include "hash.h"
#include "netbase.h"
#include "random.h"
using namespace std;

View File

@@ -9,6 +9,7 @@
#include "serialize.h"
#include "streams.h"
#include "net.h"
#include "netbase.h"
#include "chainparams.h"
using namespace std;