From 25ee643aeb364b2ac4a5c599cab47b8d1ccb7f43 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Mon, 15 Dec 2014 22:56:44 -0600 Subject: [PATCH] timer.cpp include header cleanup --- common/timer.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/common/timer.cpp b/common/timer.cpp index eb6a081c2..c1c94a7f6 100644 --- a/common/timer.cpp +++ b/common/timer.cpp @@ -15,7 +15,8 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include "../common/debug.h" + + // Disgrace: for windows compile #ifndef WIN32 #include @@ -23,8 +24,6 @@ #include #endif -#include - #include "timer.h" uint32 current_time = 0;