refactor: removed including quorums.h from chainlocks.h

This commit is contained in:
Konstantin Akimov 2024-09-20 13:09:48 +07:00
parent 6f7068ef42
commit e77aeb321b
No known key found for this signature in database
GPG Key ID: 2176C4A5D01EA524
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@
#include <llmq/chainlocks.h> #include <llmq/chainlocks.h>
#include <llmq/commitment.h> #include <llmq/commitment.h>
#include <llmq/options.h> #include <llmq/options.h>
#include <llmq/quorums.h>
#include <node/blockstorage.h> #include <node/blockstorage.h>
#include <evo/simplifiedmns.h> #include <evo/simplifiedmns.h>
#include <evo/specialtx.h> #include <evo/specialtx.h>

View File

@ -9,7 +9,6 @@
#include <crypto/common.h> #include <crypto/common.h>
#include <llmq/signing.h> #include <llmq/signing.h>
#include <llmq/quorums.h>
#include <net.h> #include <net.h>
#include <net_types.h> #include <net_types.h>
#include <primitives/block.h> #include <primitives/block.h>
@ -36,6 +35,7 @@ namespace llmq
{ {
class CSigningManager; class CSigningManager;
class CSigSharesManager; class CSigSharesManager;
enum class VerifyRecSigStatus;
class CChainLocksHandler : public CRecoveredSigsListener class CChainLocksHandler : public CRecoveredSigsListener
{ {