mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +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
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
#include "torcontrol.h"
|
||||
#include "utilstrencodings.h"
|
||||
#include "netbase.h"
|
||||
#include "net.h"
|
||||
#include "util.h"
|
||||
#include "crypto/hmac_sha256.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue