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/disaster_cmd.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/disaster_cmd.cpp') diff --git a/src/disaster_cmd.cpp b/src/disaster_cmd.cpp index 146f7c98e..9deb10a16 100644 --- a/src/disaster_cmd.cpp +++ b/src/disaster_cmd.cpp @@ -22,7 +22,6 @@ #include "industry_map.h" #include "station_map.h" -#include "table/strings.h" #include "command_func.h" #include "tile_cmd.h" #include "news.h" @@ -33,7 +32,6 @@ #include "player_func.h" #include "airport.h" #include "variables.h" -#include "table/sprites.h" #include "strings_func.h" #include "date_func.h" #include "functions.h" @@ -41,6 +39,9 @@ #include "vehicle_base.h" #include "sound_func.h" +#include "table/strings.h" +#include "table/sprites.h" + enum DisasterSubType { ST_Zeppeliner, ST_Zeppeliner_Shadow, -- cgit v1.2.3-54-g00ecf