From 6bc4cad0eddd7a7cf593ca1471599e2d75727379 Mon Sep 17 00:00:00 2001 From: ShadowNinja Date: Thu, 11 Sep 2014 18:22:05 -0400 Subject: Split settings into seperate source and header files This also cleans up settings a bit --- src/guiEngine.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/guiEngine.cpp') diff --git a/src/guiEngine.cpp b/src/guiEngine.cpp index e2f1a0aad..41a522caf 100644 --- a/src/guiEngine.cpp +++ b/src/guiEngine.cpp @@ -19,7 +19,10 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "guiEngine.h" +#include +#include #include "scripting_mainmenu.h" +#include "util/numeric.h" #include "config.h" #include "version.h" #include "porting.h" @@ -31,14 +34,12 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "sound_openal.h" #include "clouds.h" #include "httpfetch.h" -#include "util/numeric.h" +#include "log.h" #ifdef __ANDROID__ #include "tile.h" #include #endif -#include -#include /******************************************************************************/ /** TextDestGuiEngine */ -- cgit v1.2.3