summaryrefslogtreecommitdiff
path: root/src/town_cmd.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-03-31 06:42:26 +0000
committerrubidium <rubidium@openttd.org>2008-03-31 06:42:26 +0000
commit877ca99198b7c4113d18d2c2aa744732b843d735 (patch)
treeca1da1b595ee5229eb189471cdef8c2c304464b4 /src/town_cmd.cpp
parentdf1d9bd8808fbf0f7e871f6ab5b361b7c8c4ad9d (diff)
downloadopenttd-877ca99198b7c4113d18d2c2aa744732b843d735.tar.xz
(svn r12495) -Codechange: reduce the dependency on newgrf_station.h (especially because newgrf_station.h includes a lot of stuff).
Diffstat (limited to 'src/town_cmd.cpp')
-rw-r--r--src/town_cmd.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/town_cmd.cpp b/src/town_cmd.cpp
index 46745c210..fdf03b970 100644
--- a/src/town_cmd.cpp
+++ b/src/town_cmd.cpp
@@ -39,6 +39,7 @@
#include "strings_func.h"
#include "window_func.h"
#include "string_func.h"
+#include "newgrf_cargo.h"
#include "table/strings.h"
#include "table/sprites.h"