aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2014-10-31 09:36:30 +0100
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2014-10-31 09:41:15 +0100
commit771d500283129cf19d14045a58d0e2fb0ce2cba1 (patch)
tree658355f063ffb80f7159b031ba5091bf70dfec2d /src/main.h
parent8d2396c9c41cbd5b8746f48f41180697f58b0681 (diff)
downloadbitcoin-771d500283129cf19d14045a58d0e2fb0ce2cba1.tar.xz
minor cleanup: include orders, end comments etc.
- no code changes
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h16
1 files changed, 7 insertions, 9 deletions
diff --git a/src/main.h b/src/main.h
index 1941ca7059..e5ce924a48 100644
--- a/src/main.h
+++ b/src/main.h
@@ -39,8 +39,15 @@
#include <boost/unordered_map.hpp>
class CBlockIndex;
+class CBlockTreeDB;
class CBloomFilter;
class CInv;
+class CScriptCheck;
+class CValidationInterface;
+class CValidationState;
+
+struct CBlockTemplate;
+struct CNodeStateStats;
/** The maximum allowed size for a serialized block, in bytes (network rule) */
static const unsigned int MAX_BLOCK_SIZE = 1000000;
@@ -128,15 +135,6 @@ extern CBlockIndex *pindexBestHeader;
// Minimum disk space required - used in CheckDiskSpace()
static const uint64_t nMinDiskSpace = 52428800;
-
-class CBlockTreeDB;
-class CScriptCheck;
-class CValidationState;
-class CValidationInterface;
-struct CNodeStateStats;
-
-struct CBlockTemplate;
-
/** Register a wallet to receive updates from core */
void RegisterValidationInterface(CValidationInterface* pwalletIn);
/** Unregister a wallet from core */