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/station_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/station_cmd.cpp') diff --git a/src/station_cmd.cpp b/src/station_cmd.cpp index 184e54c0a..93d984811 100644 --- a/src/station_cmd.cpp +++ b/src/station_cmd.cpp @@ -18,7 +18,6 @@ #include "viewport.h" #include "command_func.h" #include "town.h" -#include "vehicle.h" #include "news.h" #include "saveload.h" #include "player.h" @@ -44,6 +43,7 @@ #include "functions.h" #include "window_func.h" #include "date_func.h" +#include "vehicle_func.h" DEFINE_OLD_POOL_GENERIC(Station, Station) DEFINE_OLD_POOL_GENERIC(RoadStop, RoadStop) -- cgit v1.2.3-54-g00ecf