From 379778bde61f8589988cf113ec4c3961b8155b0a Mon Sep 17 00:00:00 2001 From: Philip Kaufmann Date: Fri, 15 Nov 2013 12:20:16 +0100 Subject: core: remove includes in .cpp, if header is already in .h - example: if util.h includes stdint.h, remove it from util.cpp, as util.h is the first header included in util.cpp --- src/miner.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/miner.cpp') diff --git a/src/miner.cpp b/src/miner.cpp index 397c95c624..97f434851d 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -10,8 +10,6 @@ #include "net.h" #include "wallet.h" -#include - double dHashesPerSec = 0.0; int64_t nHPSTimerStart = 0; -- cgit v1.2.3