mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 15:09:59 +01:00
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:
@@ -9,6 +9,7 @@
|
||||
#include "serialize.h"
|
||||
#include "streams.h"
|
||||
#include "net.h"
|
||||
#include "netbase.h"
|
||||
#include "chainparams.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
Reference in New Issue
Block a user