Skip to content

Commit 07156eb

Browse files
committed
node/coinstats: Replace #include with fwd-declaration
1 parent 7b8e976 commit 07156eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node/coinstats.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88

99
#include <amount.h>
1010
#include <uint256.h>
11-
#include <validation.h>
1211

1312
#include <cstdint>
1413
#include <functional>
1514

15+
class BlockManager;
1616
class CCoinsView;
1717

1818
enum class CoinStatsHashType {

0 commit comments

Comments
 (0)