refactor: remove unused include in miner.cpp (#4617)

Signed-off-by: pasta <pasta@dashboost.org>
This commit is contained in:
PastaPastaPasta 2021-12-11 15:01:56 -05:00 committed by GitHub
parent 99cbd9d0d2
commit 9f95e4947e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,6 @@
#include <llmq/chainlocks.h> #include <llmq/chainlocks.h>
#include <llmq/utils.h> #include <llmq/utils.h>
#include <masternode/payments.h> #include <masternode/payments.h>
#include <masternode/sync.h>
#include <algorithm> #include <algorithm>
#include <queue> #include <queue>