summaryrefslogtreecommitdiff
path: root/src/disaster_cmd.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-01-13 01:21:35 +0000
committerrubidium <rubidium@openttd.org>2008-01-13 01:21:35 +0000
commit90acd52f22116bed4b126df0218975d2b54aa6aa (patch)
treefc3e123d733a91dd61b578c69516fae69754c97f /src/disaster_cmd.cpp
parent72c9b35b119884a393f30d8009a53db87b121c78 (diff)
downloadopenttd-90acd52f22116bed4b126df0218975d2b54aa6aa.tar.xz
(svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.
Diffstat (limited to 'src/disaster_cmd.cpp')
-rw-r--r--src/disaster_cmd.cpp5
1 files changed, 3 insertions, 2 deletions
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,