refactor: Remove addrdb.h dependency from node.h

This commit is contained in:
Hennadii Stepanov
2019-10-29 10:49:48 +02:00
parent 4c1090c882
commit f44abe4bed
7 changed files with 23 additions and 6 deletions

View File

@@ -5,9 +5,9 @@
#ifndef BITCOIN_INTERFACES_NODE_H
#define BITCOIN_INTERFACES_NODE_H
#include <addrdb.h> // For banmap_t
#include <amount.h> // For CAmount
#include <net.h> // For CConnman::NumConnections
#include <net_types.h> // For banmap_t
#include <netaddress.h> // For Network
#include <support/allocators/secure.h> // For SecureString