From 90acd52f22116bed4b126df0218975d2b54aa6aa Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 13 Jan 2008 01:21:35 +0000 Subject: (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h. --- src/misc.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/misc.cpp') diff --git a/src/misc.cpp b/src/misc.cpp index 1c65671c2..55a62e532 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -7,8 +7,6 @@ #include "currency.h" #include "landscape.h" #include "news.h" -#include "table/strings.h" -#include "table/sprites.h" #include "saveload.h" #include "engine.h" #include "vehicle_gui.h" @@ -28,6 +26,8 @@ #include "string_func.h" #include "gfx_func.h" +#include "table/strings.h" +#include "table/sprites.h" char _name_array[512][32]; -- cgit v1.2.3-70-g09d2