summaryrefslogtreecommitdiff
path: root/src/newgrf.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-12-18 20:58:12 +0000
committerrubidium <rubidium@openttd.org>2007-12-18 20:58:12 +0000
commit7db6c7db388214e663ff4c1e6962b40667b05c21 (patch)
tree09f3e92b9bd507f569b27ca62c6f6c99d983043d /src/newgrf.cpp
parente4ef359f47469b426b8e4a06fe0da867f03e82f3 (diff)
downloadopenttd-7db6c7db388214e663ff4c1e6962b40667b05c21.tar.xz
(svn r11664) -Codechange: use more specific ("rail_type.h" instead of "rail.h" that includes way more than only "rail_type.h") includes at some places.
Diffstat (limited to 'src/newgrf.cpp')
-rw-r--r--src/newgrf.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/newgrf.cpp b/src/newgrf.cpp
index 3c7b887b3..d372821be 100644
--- a/src/newgrf.cpp
+++ b/src/newgrf.cpp
@@ -48,6 +48,7 @@
#include "table/landscape_sprite.h"
#include "gfxinit.h"
#include "fios.h"
+#include "rail.h"
/* TTDPatch extended GRF format codec
* (c) Petr Baudis 2004 (GPL'd)