From acbc1ee8bf2b3785834ba0e4eb5e88c967d28ab8 Mon Sep 17 00:00:00 2001 From: Ben Anderson Date: Sun, 13 Mar 2005 16:04:06 +0000 Subject: [PATCH] Move inclusion of RageLog to top of file so entire file can use it. This fixes compilation on all platforms. --- stepmania/src/PrefsManager.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stepmania/src/PrefsManager.cpp b/stepmania/src/PrefsManager.cpp index b167ac7831..cbc0485d80 100644 --- a/stepmania/src/PrefsManager.cpp +++ b/stepmania/src/PrefsManager.cpp @@ -10,6 +10,7 @@ #include "ProductInfo.h" #include "Foreach.h" #include "Preference.h" +#include "RageLog.h" #define DEFAULTS_INI_PATH "Data/Defaults.ini" // these can be overridden #define STEPMANIA_INI_PATH "Data/StepMania.ini" // overlay on Defaults.ini, contains the user's choices @@ -851,8 +852,6 @@ public: LUA_REGISTER_CLASS( PrefsManager ) // lua end - -#include "RageLog.h" #include "LuaFunctions.h"