summaryrefslogtreecommitdiff
path: root/src/vehicle.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/vehicle.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/vehicle.cpp')
-rw-r--r--src/vehicle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehicle.cpp b/src/vehicle.cpp
index 7b9c8bc9c..b35e3afd9 100644
--- a/src/vehicle.cpp
+++ b/src/vehicle.cpp
@@ -28,7 +28,7 @@
#include "vehicle_gui.h"
#include "depot.h"
#include "station.h"
-#include "rail.h"
+#include "rail_type.h"
#include "train.h"
#include "aircraft.h"
#include "industry_map.h"