summaryrefslogtreecommitdiff
path: root/newgrf.c
diff options
context:
space:
mode:
authorcelestar <celestar@openttd.org>2006-04-18 05:16:13 +0000
committercelestar <celestar@openttd.org>2006-04-18 05:16:13 +0000
commit22f82bba2efce41532c5a48f21c5105b3ae08627 (patch)
treebb59b1598275025366c00c2b46d20b8afe78426f /newgrf.c
parent8d0e07378ac045b392d1c18bf0ad324e8ebe63a1 (diff)
downloadopenttd-22f82bba2efce41532c5a48f21c5105b3ae08627.tar.xz
(svn r4463) -Codechange. Include vehicle.h directly instead of implicitly via station.h in a number of source files
Diffstat (limited to 'newgrf.c')
-rw-r--r--newgrf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/newgrf.c b/newgrf.c
index 63aecab5d..dda73ad8d 100644
--- a/newgrf.c
+++ b/newgrf.c
@@ -19,6 +19,7 @@
#include "bridge.h"
#include "economy.h"
#include "newgrf_engine.h"
+#include "vehicle.h"
/* TTDPatch extended GRF format codec
* (c) Petr Baudis 2004 (GPL'd)