mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02: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:
parent
21e5b96ff4
commit
21ba407a73
12 changed files with 11 additions and 5 deletions
|
|
@ -21,6 +21,7 @@
|
|||
#include "key.h"
|
||||
#include "main.h"
|
||||
#include "miner.h"
|
||||
#include "netbase.h"
|
||||
#include "net.h"
|
||||
#include "policy/policy.h"
|
||||
#include "rpc/server.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue