From f3ebb2e5d8afafae99546c90ae464c1f54e39039 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Mon, 15 Dec 2014 22:42:59 -0600 Subject: [PATCH] rdtsc.cpp header include cleanup --- common/rdtsc.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common/rdtsc.cpp b/common/rdtsc.cpp index 1d66c0254..53962f1d5 100644 --- a/common/rdtsc.cpp +++ b/common/rdtsc.cpp @@ -15,10 +15,9 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include "debug.h" + #include "rdtsc.h" #include "types.h" -#include #ifdef _WINDOWS #include