net: narrow include scope after moving to netaddress

Net functionality is no longer needed for CAddress/CAddrman/etc. now that
CNetAddr/CService/CSubNet are dumb storage classes.
This commit is contained in:
Cory Fields
2016-05-31 17:42:38 -04:00
parent 21e5b96ff4
commit 21ba407a73
12 changed files with 11 additions and 5 deletions

View File

@@ -10,7 +10,6 @@
#include "init.h"
#include "main.h"
#include "net.h"
#include "netbase.h"
#include "policy/rbf.h"
#include "rpc/server.h"
#include "timedata.h"