summaryrefslogtreecommitdiff
path: root/src/station_cmd.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-01-07 00:57:19 +0000
committerrubidium <rubidium@openttd.org>2008-01-07 00:57:19 +0000
commitb0ac283aeca94df1af922bc3e02d456464486427 (patch)
tree3567936f8a68355c82a35bbc85088b7110d0c507 /src/station_cmd.cpp
parent64fc2ade9eae131c9a65ef1341d373544168a497 (diff)
downloadopenttd-b0ac283aeca94df1af922bc3e02d456464486427.tar.xz
(svn r11774) -Change: do not include variables.h in a header when it is not needed.
Diffstat (limited to 'src/station_cmd.cpp')
-rw-r--r--src/station_cmd.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/station_cmd.cpp b/src/station_cmd.cpp
index 8ca9b74c1..7d05bfc45 100644
--- a/src/station_cmd.cpp
+++ b/src/station_cmd.cpp
@@ -35,6 +35,7 @@
#include "road_type.h"
#include "road_internal.h" /* For drawing catenary/checking road removal */
#include "cargotype.h"
+#include "variables.h"
#include "autoslope.h"
#include "transparency.h"
#include "water.h"