diff options
author | Carl Dong <contact@carldong.me> | 2021-03-17 16:53:54 -0400 |
---|---|---|
committer | Carl Dong <contact@carldong.me> | 2021-03-24 15:40:56 -0400 |
commit | 07156eb387ea580be5e2ce4a1744992ce7575903 (patch) | |
tree | f4990796e1c946dea01951a7816fd98d105334a6 /src/node/coinstats.h | |
parent | 7b8e976cd5ac78a22f1be2b2fed8562c693af5d9 (diff) |
node/coinstats: Replace #include with fwd-declaration
Diffstat (limited to 'src/node/coinstats.h')
-rw-r--r-- | src/node/coinstats.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node/coinstats.h b/src/node/coinstats.h index 83f228aa7e..975651dcc4 100644 --- a/src/node/coinstats.h +++ b/src/node/coinstats.h @@ -8,11 +8,11 @@ #include <amount.h> #include <uint256.h> -#include <validation.h> #include <cstdint> #include <functional> +class BlockManager; class CCoinsView; enum class CoinStatsHashType { |