From 70e1a6bb1698a43af3f31a7d9967d8fcb1c6d82e Mon Sep 17 00:00:00 2001 From: Sean Burke Date: Sat, 27 Sep 2003 22:24:43 +0000 Subject: [PATCH] Try to make compilation of RageTimer a bit less dependent on the local SDL tree. --- stepmania/src/RageTimer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/RageTimer.cpp b/stepmania/src/RageTimer.cpp index 5163055432..9960240fa9 100644 --- a/stepmania/src/RageTimer.cpp +++ b/stepmania/src/RageTimer.cpp @@ -3,8 +3,8 @@ #include "RageTimer.h" #include "RageLog.h" -#include "SDL-1.2.5/include/SDL.h" -#include "SDL-1.2.5/include/SDL_timer.h" +#include "SDL.h" +#include "SDL_timer.h" /* We only actually get 1000 using SDL. */ #define TIMESTAMP_RESOLUTION 1000000