From 02cdf01507be4ca5d77915cd00298929ad2f7f30 Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 17 Apr 2008 19:10:30 +0000 Subject: (svn r12754) -Codechange: split depot.h into depot_map.h, depot_func.h and depot_base.h and remove quite a lot of unneeded (before this) includes of depot.h. --- src/town_cmd.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/town_cmd.cpp') diff --git a/src/town_cmd.cpp b/src/town_cmd.cpp index 410044932..447c4d29d 100644 --- a/src/town_cmd.cpp +++ b/src/town_cmd.cpp @@ -41,6 +41,9 @@ #include "string_func.h" #include "newgrf_cargo.h" #include "oldpool_func.h" +#include "sprite.h" +#include "economy_func.h" +#include "station_func.h" #include "table/strings.h" #include "table/sprites.h" -- cgit v1.2.3-54-g00ecf