File tree Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 4
4
5
5
#include < chainparams.h>
6
6
#include < consensus/validation.h>
7
+ #include < node/utxo_snapshot.h>
7
8
#include < test/fuzz/FuzzedDataProvider.h>
8
9
#include < test/fuzz/fuzz.h>
9
10
#include < test/fuzz/util.h>
Original file line number Diff line number Diff line change 24
24
#include < node/blockstorage.h>
25
25
#include < node/coinstats.h>
26
26
#include < node/ui_interface.h>
27
+ #include < node/utxo_snapshot.h>
27
28
#include < policy/policy.h>
28
29
#include < policy/rbf.h>
29
30
#include < policy/settings.h>
Original file line number Diff line number Diff line change 14
14
#include < arith_uint256.h>
15
15
#include < attributes.h>
16
16
#include < chain.h>
17
- #include < coins.h>
18
- #include < consensus/validation.h>
19
- #include < crypto/common.h> // for ReadLE64
20
17
#include < fs.h>
21
- #include < node/utxo_snapshot.h>
22
18
#include < policy/feerate.h>
23
19
#include < policy/packages.h>
24
- #include < protocol.h> // For CMessageHeader::MessageStartChars
25
20
#include < script/script_error.h>
26
- #include < serialize.h>
27
21
#include < sync.h>
28
22
#include < txdb.h>
29
23
#include < txmempool.h> // For CTxMemPool::cs
44
38
#include < vector>
45
39
46
40
class CChainState ;
47
- class BlockValidationState ;
48
41
class CBlockTreeDB ;
49
- class CBlockUndo ;
50
42
class CChainParams ;
51
43
struct CCheckpointData ;
52
- class CInv ;
53
- class CConnman ;
54
- class CScriptCheck ;
55
44
class CTxMemPool ;
56
45
class ChainstateManager ;
46
+ class SnapshotMetadata ;
57
47
struct ChainTxData ;
58
-
59
48
struct DisconnectedBlockTransactions ;
60
49
struct PrecomputedTransactionData ;
61
50
struct LockPoints ;
You can’t perform that action at this time.
0 commit comments