summaryrefslogtreecommitdiff
path: root/src/elrail.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/elrail.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/elrail.cpp')
-rw-r--r--src/elrail.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elrail.cpp b/src/elrail.cpp
index 1aedb056a..4e529869d 100644
--- a/src/elrail.cpp
+++ b/src/elrail.cpp
@@ -53,7 +53,7 @@
#include "functions.h" /* We should REALLY get rid of this goddamn file, as it is butt-ugly */
#include "variables.h" /* ... same here */
#include "landscape.h"
-#include "rail.h"
+#include "rail_type.h"
#include "debug.h"
#include "tunnel_map.h"
#include "road_map.h"