refactor: remove unused include spork.h from validation.cpp

This commit is contained in:
Konstantin Akimov 2024-09-26 19:22:17 +07:00
parent 7c0d44c13c
commit cab700aae3
No known key found for this signature in database
GPG Key ID: 2176C4A5D01EA524
2 changed files with 0 additions and 2 deletions

View File

@ -35,7 +35,6 @@
#include <script/script.h>
#include <script/sigcache.h>
#include <shutdown.h>
#include <spork.h>
#include <timedata.h>
#include <tinyformat.h>

View File

@ -73,7 +73,6 @@ EXPECTED_CIRCULAR_DEPENDENCIES=(
"evo/simplifiedmns -> llmq/blockprocessor -> llmq/utils -> llmq/snapshot -> evo/simplifiedmns"
"llmq/blockprocessor -> llmq/utils -> llmq/snapshot -> llmq/blockprocessor"
"llmq/commitment -> llmq/utils -> llmq/snapshot -> llmq/commitment"
"spork -> validation -> spork"
"governance/governance -> validation -> governance/governance"
"evo/deterministicmns -> validationinterface -> governance/vote -> evo/deterministicmns"
"governance/vote -> masternode/node -> validationinterface -> governance/vote"