Moved #ifdef LOVE_WINDOWS to Timer.cpp.

This commit is contained in:
rude
2009-11-22 14:36:00 +01:00
parent 267547b6c0
commit 16f6219957
2 changed files with 15 additions and 9 deletions
-6
View File
@@ -24,12 +24,6 @@
// SDL
#include <SDL.h>
#ifdef LOVE_WINDOWS
#include <time.h>
#else
#include <sys/time.h>
#endif
// LOVE
#include <common/Module.h>