Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/coinjoin/coinjoin.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ class CBlockIndex;
class ChainstateManager;
class CMasternodeSync;
class CTxMemPool;
class TxValidationState;

namespace llmq {
class CChainLocksHandler;
Expand Down
9 changes: 5 additions & 4 deletions src/governance/object.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@
#include <governance/object.h>

#include <bls/bls.h>
#include <chainparams.h>
#include <core_io.h>
#include <evo/deterministicmns.h>
#include <governance/governance.h>
#include <governance/validators.h>
#include <index/txindex.h>
#include <masternode/meta.h>
#include <masternode/sync.h>
#include <net_processing.h>

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: it's dash specific code; no need to split "dash" and "non-dash" related includes for easier backporting

#include <chainparams.h>
#include <core_io.h>
#include <index/txindex.h>
#include <logging.h>
#include <timedata.h>
#include <util/time.h>
#include <validation.h>
Expand Down
2 changes: 0 additions & 2 deletions src/governance/object.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ class CGovernanceObject;
class CGovernanceVote;
class ChainstateManager;
class CMasternodeMetaMan;
class CMasternodeSync;
class CNode;

extern RecursiveMutex cs_main;

Expand Down
1 change: 0 additions & 1 deletion src/governance/signing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#include <chainparams.h>
#include <logging.h>
#include <timedata.h>
#include <util/check.h>
#include <util/time.h>
#include <validation.h>

Expand Down
5 changes: 3 additions & 2 deletions src/governance/vote.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@
#include <governance/vote.h>

#include <bls/bls.h>
#include <chainparams.h>
#include <evo/deterministicmns.h>
#include <evo/dmn_types.h>
#include <masternode/sync.h>
#include <messagesigner.h>
#include <net_processing.h>

#include <chainparams.h>
#include <logging.h>
#include <timedata.h>
#include <util/string.h>

Expand Down
2 changes: 0 additions & 2 deletions src/governance/vote.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
class CBLSPublicKey;
class CDeterministicMNList;
class CGovernanceVote;
class CMasternodeSync;
class CKey;
class CKeyID;

// INTENTION OF MASTERNODES REGARDING ITEM
Expand Down