File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 6
6
#ifndef BITCOIN_ADDRDB_H
7
7
#define BITCOIN_ADDRDB_H
8
8
9
- #include < net_types.h> // For banmap_t
10
- #include < univalue.h>
9
+ #include < net_types.h>
11
10
#include < util/fs.h>
12
11
#include < util/result.h>
13
12
14
- #include < optional >
13
+ #include < memory >
15
14
#include < vector>
16
15
17
16
class ArgsManager ;
18
17
class AddrMan ;
19
18
class CAddress ;
20
19
class CDataStream ;
21
20
class NetGroupManager ;
22
- struct bilingual_str ;
23
21
24
22
bool DumpPeerAddresses (const ArgsManager& args, const AddrMan& addr);
25
23
/* * Only used by tests. */
Original file line number Diff line number Diff line change 7
7
8
8
#include < util/result.h>
9
9
10
- struct bilingual_str ;
11
-
12
10
namespace kernel {
13
11
14
12
struct Context ;
Original file line number Diff line number Diff line change 13
13
#include < util/fs.h>
14
14
#include < util/result.h>
15
15
16
+ #include < cstddef>
17
+ #include < cstdint>
18
+ #include < functional>
16
19
#include < memory>
17
20
#include < optional>
18
21
#include < string>
21
24
22
25
class CBlockFileInfo ;
23
26
class CBlockIndex ;
27
+ class COutPoint ;
24
28
class uint256 ;
25
29
namespace Consensus {
26
30
struct Params ;
27
31
};
28
- struct bilingual_str ;
29
32
30
33
// ! -dbcache default (MiB)
31
34
static const int64_t nDefaultDbCache = 450 ;
You can’t perform that action at this time.
0 commit comments