diff options
| author | Hennadii Stepanov <[email protected]> | 2019-10-29 10:49:48 +0200 |
|---|---|---|
| committer | Hennadii Stepanov <[email protected]> | 2019-10-29 11:30:12 +0200 |
| commit | f44abe4bed25a40145ab168adc1589f5df4146f3 (patch) | |
| tree | aa977707d7b86d74866e0bc1de2d4ecb79c514b5 /src/interfaces | |
| parent | Merge #17279: refactor: Remove redundant c_str() calls in formatting (diff) | |
| download | discoin-f44abe4bed25a40145ab168adc1589f5df4146f3.tar.xz discoin-f44abe4bed25a40145ab168adc1589f5df4146f3.zip | |
refactor: Remove addrdb.h dependency from node.h
Diffstat (limited to 'src/interfaces')
| -rw-r--r-- | src/interfaces/node.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/node.h b/src/interfaces/node.h index 4ee467014..06f9e348e 100644 --- a/src/interfaces/node.h +++ b/src/interfaces/node.h @@ -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 |