mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 06:58:57 +01:00
Replace addrman.h include with forward decl in net.h
Also, add missing addrman.h includes
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
#ifndef BITCOIN_NET_H
|
||||
#define BITCOIN_NET_H
|
||||
|
||||
#include <addrman.h>
|
||||
#include <chainparams.h>
|
||||
#include <common/bloom.h>
|
||||
#include <compat.h>
|
||||
@@ -37,9 +36,10 @@
|
||||
#include <thread>
|
||||
#include <vector>
|
||||
|
||||
class CScheduler;
|
||||
class CNode;
|
||||
class AddrMan;
|
||||
class BanMan;
|
||||
class CNode;
|
||||
class CScheduler;
|
||||
struct bilingual_str;
|
||||
|
||||
/** Default for -whitelistrelay. */
|
||||
|
||||
Reference in New Issue
Block a user