mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 22:50:59 +01:00
refactor: remove unused forward declarations in validationinterface.h
This commit is contained in:
@@ -17,9 +17,7 @@ class BlockValidationState;
|
|||||||
class CBlock;
|
class CBlock;
|
||||||
class CBlockIndex;
|
class CBlockIndex;
|
||||||
struct CBlockLocator;
|
struct CBlockLocator;
|
||||||
class CConnman;
|
|
||||||
class CValidationInterface;
|
class CValidationInterface;
|
||||||
class uint256;
|
|
||||||
class CScheduler;
|
class CScheduler;
|
||||||
enum class MemPoolRemovalReason;
|
enum class MemPoolRemovalReason;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user