From e51e51230c9959a1120febbe63582147689552a7 Mon Sep 17 00:00:00 2001 From: relnev Date: Thu, 9 Jan 2003 04:58:33 +0000 Subject: moved header files around, hopefully fixing osx build git-svn-id: svn://svn.icculus.org/blackshades/trunk@57 5198baeb-e213-0410-be47-fc2ff85ca46f --- Source/Timer.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Source/Timer.cpp') diff --git a/Source/Timer.cpp b/Source/Timer.cpp index 5360e5f..ce12481 100644 --- a/Source/Timer.cpp +++ b/Source/Timer.cpp @@ -1,6 +1,7 @@ /**> HEADER FILES <**/ -#include "Timer.h" #include +#include "Timer.h" + /********************> Timer <*****/ void TimerInit(timer* theTimer) -- cgit v1.2.3