Removed the main.h include from net.cpp.

This commit is contained in:
Eric Lombrozo
2013-06-06 00:04:33 -07:00
parent 501da2503a
commit 6e68524e95
3 changed files with 4 additions and 9 deletions

View File

@@ -23,6 +23,9 @@
#include "hash.h"
#include "bloom.h"
/** The maximum number of entries in an 'inv' protocol message */
static const unsigned int MAX_INV_SZ = 50000;
class CNode;
class CBlockIndex;
extern int nBestHeight;