MOVEONLY: Move struct CBlockTemplate to miner.h (from main.h)

This commit is contained in:
Luke Dashjr
2014-10-12 03:26:42 +00:00
committed by jtimon
parent 8e4578af0f
commit 2ce63d395f
3 changed files with 8 additions and 16 deletions

View File

@@ -6,7 +6,6 @@
#include "miner.h"
#include "amount.h"
#include "primitives/block.h"
#include "primitives/transaction.h"
#include "hash.h"
#include "main.h"