File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 10
10
#include < net.h>
11
11
12
12
#include < addrdb.h>
13
+ #include < addrman.h>
13
14
#include < banman.h>
14
15
#include < clientversion.h>
15
16
#include < compat.h>
Original file line number Diff line number Diff line change 6
6
#ifndef BITCOIN_NET_H
7
7
#define BITCOIN_NET_H
8
8
9
- #include < addrman.h>
10
9
#include < chainparams.h>
11
10
#include < common/bloom.h>
12
11
#include < compat.h>
37
36
#include < thread>
38
37
#include < vector>
39
38
40
- class CScheduler ;
41
- class CNode ;
39
+ class AddrMan ;
42
40
class BanMan ;
41
+ class CNode ;
42
+ class CScheduler ;
43
43
struct bilingual_str ;
44
44
45
45
/* * Default for -whitelistrelay. */
Original file line number Diff line number Diff line change 4
4
5
5
#include < rpc/server.h>
6
6
7
+ #include < addrman.h>
7
8
#include < banman.h>
8
9
#include < chainparams.h>
9
10
#include < clientversion.h>
Original file line number Diff line number Diff line change 2
2
// Distributed under the MIT software license, see the accompanying
3
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
4
5
+ #include < addrman.h>
5
6
#include < chainparams.h>
6
7
#include < chainparamsbase.h>
7
8
#include < net.h>
You can’t perform that action at this time.
0 commit comments