From c51b81c24781faad386950578a1045c9dd038fc5 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 31 Mar 2008 00:06:17 +0000 Subject: (svn r12489) -Codechange: split station.h into station_base.h and station_func.h. --- src/disaster_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/disaster_cmd.cpp') diff --git a/src/disaster_cmd.cpp b/src/disaster_cmd.cpp index 12d9f649d..0482edeaa 100644 --- a/src/disaster_cmd.cpp +++ b/src/disaster_cmd.cpp @@ -25,7 +25,7 @@ #include "command_func.h" #include "tile_cmd.h" #include "news_func.h" -#include "station.h" +#include "station_base.h" #include "waypoint.h" #include "town.h" #include "industry.h" -- cgit v1.2.3-54-g00ecf