From 9f95e4947e8ed5ec8a68e4047d349bc057d54b43 Mon Sep 17 00:00:00 2001 From: PastaPastaPasta <6443210+PastaPastaPasta@users.noreply.github.com> Date: Sat, 11 Dec 2021 15:01:56 -0500 Subject: [PATCH] refactor: remove unused include in miner.cpp (#4617) Signed-off-by: pasta --- src/miner.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/miner.cpp b/src/miner.cpp index 893506c6df..c05f4ae853 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -35,7 +35,6 @@ #include #include #include -#include #include #include