From 86777fd3244e51fd7e7df67662e3e7097824ac15 Mon Sep 17 00:00:00 2001 From: svost Date: Thu, 6 Oct 2016 16:08:47 +0300 Subject: [PATCH] Cleanup forward declaration in main.h --- src/main.h | 12 ++++-------- 1 files changed, 4 insertions(+), 8 deletions(-) diff --git a/src/main.h b/src/main.h index 58596dc..62417c7 100644 --- a/src/main.h +++ b/src/main.h @@ -23,15 +23,16 @@ class CWallet; class CBlock; class CBlockIndex; -class CKeyItem; -class CReserveKey; class COutPoint; class CAddress; class CInv; -class CRequestTracker; class CNode; +class CTxDB; +class CTxIndex; +class CScriptCheck; + // // Global state // @@ -97,11 +98,6 @@ extern const uint256 entropyStore[38]; // Minimum disk space required - used in CheckDiskSpace() static const uint64_t nMinDiskSpace = 52428800; -class CReserveKey; -class CTxDB; -class CTxIndex; -class CScriptCheck; - void RegisterWallet(CWallet* pwalletIn); void UnregisterWallet(CWallet* pwalletIn); void SyncWithWallets(const CTransaction& tx, const CBlock* pblock = NULL, bool fUpdate = false, bool fConnect = true); -- 1.7.1