mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 20:42:59 +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:
parent
67023e9004
commit
a1fd450328
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user