mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-21 14:34:49 +01:00
node/coinstats: Replace #include with fwd-declaration
This commit is contained in:
parent
7b8e976cd5
commit
07156eb387
1 changed files with 1 additions and 1 deletions
|
@ -8,11 +8,11 @@
|
|||
|
||||
#include <amount.h>
|
||||
#include <uint256.h>
|
||||
#include <validation.h>
|
||||
|
||||
#include <cstdint>
|
||||
#include <functional>
|
||||
|
||||
class BlockManager;
|
||||
class CCoinsView;
|
||||
|
||||
enum class CoinStatsHashType {
|
||||
|
|
Loading…
Add table
Reference in a new issue