From 384503e7d37f4b68c1480f6e6ca81adf84ef137d Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 27 Dec 2007 13:35:39 +0000 Subject: (svn r11706) -Codechange: split vehicle.h and remove another bunch of useless includes. --- src/disaster_cmd.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/disaster_cmd.cpp') diff --git a/src/disaster_cmd.cpp b/src/disaster_cmd.cpp index f41663d0b..81bff49cc 100644 --- a/src/disaster_cmd.cpp +++ b/src/disaster_cmd.cpp @@ -23,7 +23,6 @@ #include "industry_map.h" #include "station_map.h" #include "table/strings.h" -#include "vehicle.h" #include "command_func.h" #include "tile_cmd.h" #include "news.h" @@ -39,6 +38,8 @@ #include "strings_func.h" #include "date_func.h" #include "functions.h" +#include "vehicle_func.h" +#include "vehicle_base.h" enum DisasterSubType { ST_Zeppeliner, -- cgit v1.2.3-54-g00ecf