diff src/openttd.cpp @ 8264:2495310e220f draft

(svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.
author rubidium <rubidium@openttd.org>
date Sun, 13 Jan 2008 01:21:35 +0000 (2008-01-13)
parents 6017c5ebeb7e
children bfae01b80d25
line wrap: on
line diff
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -9,7 +9,6 @@
 #include "saveload.h"
 
 #include "openttd.h"
-#include "table/strings.h"
 #include "bridge_map.h"
 #include "mixer.h"
 #include "spritecache.h"
@@ -79,6 +78,8 @@
 
 #include <stdarg.h>
 
+#include "table/strings.h"
+
 void CallLandscapeTick();
 void IncreaseDate();
 void DoPaletteAnimations();