Remove extra CBlockIndex declaration

This commit is contained in:
RJ Rybarczyk
2019-06-25 15:02:34 -04:00
parent 332c6134bb
commit 9824a0d6e9

View File

@ -16,7 +16,6 @@ extern CCriticalSection cs_main;
class CBlock; class CBlock;
class CBlockIndex; class CBlockIndex;
struct CBlockLocator; struct CBlockLocator;
class CBlockIndex;
class CConnman; class CConnman;
class CValidationInterface; class CValidationInterface;
class CValidationState; class CValidationState;