aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-11-03 14:55:28 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2014-11-03 15:03:28 +0100
commit4e852e57b1732026722056a6bf22dfcf3f5dd53d (patch)
tree5c879c7c8a034c44314d16838a5092ae85e0b018 /src/main.h
parent84d26d3a36db589cabec2529a6936ad3efa90c6b (diff)
parent771d500283129cf19d14045a58d0e2fb0ce2cba1 (diff)
downloadbitcoin-4e852e57b1732026722056a6bf22dfcf3f5dd53d.tar.xz
Merge pull request #5186
771d500 minor cleanup: include orders, end comments etc. (Philip Kaufmann)
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 74ed1b8ed2..1bb0919817 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 */