mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-21 07:39:08 +01:00
Trivial: Remove unneeded includes from .h:
- validation.h doesn't need to include chain.h anymore - Remove unneeded includes from net.h
This commit is contained in:
@@ -11,7 +11,6 @@
|
|||||||
#include "amount.h"
|
#include "amount.h"
|
||||||
#include "bloom.h"
|
#include "bloom.h"
|
||||||
#include "compat.h"
|
#include "compat.h"
|
||||||
#include "fs.h"
|
|
||||||
#include "hash.h"
|
#include "hash.h"
|
||||||
#include "limitedmap.h"
|
#include "limitedmap.h"
|
||||||
#include "netaddress.h"
|
#include "netaddress.h"
|
||||||
@@ -36,7 +35,6 @@
|
|||||||
#include <boost/foreach.hpp>
|
#include <boost/foreach.hpp>
|
||||||
#include <boost/signals2/signal.hpp>
|
#include <boost/signals2/signal.hpp>
|
||||||
|
|
||||||
class CAddrMan;
|
|
||||||
class CScheduler;
|
class CScheduler;
|
||||||
class CNode;
|
class CNode;
|
||||||
|
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
#include "validation.h"
|
#include "validation.h"
|
||||||
|
|
||||||
#include "arith_uint256.h"
|
#include "arith_uint256.h"
|
||||||
|
#include "chain.h"
|
||||||
#include "chainparams.h"
|
#include "chainparams.h"
|
||||||
#include "checkpoints.h"
|
#include "checkpoints.h"
|
||||||
#include "checkqueue.h"
|
#include "checkqueue.h"
|
||||||
|
|||||||
@@ -11,7 +11,6 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "amount.h"
|
#include "amount.h"
|
||||||
#include "chain.h"
|
|
||||||
#include "coins.h"
|
#include "coins.h"
|
||||||
#include "fs.h"
|
#include "fs.h"
|
||||||
#include "protocol.h" // For CMessageHeader::MessageStartChars
|
#include "protocol.h" // For CMessageHeader::MessageStartChars
|
||||||
|
|||||||
Reference in New Issue
Block a user