From 2ce63d395fe3d71e921ecd9f4263031b25efa14e Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Sun, 12 Oct 2014 03:26:42 +0000 Subject: MOVEONLY: Move struct CBlockTemplate to miner.h (from main.h) --- src/miner.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/miner.cpp') diff --git a/src/miner.cpp b/src/miner.cpp index 87cb15833..cc97d16f0 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -6,7 +6,6 @@ #include "miner.h" #include "amount.h" -#include "primitives/block.h" #include "primitives/transaction.h" #include "hash.h" #include "main.h" -- cgit v1.2.3