mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02: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
Add a link
Reference in a new issue