summaryrefslogtreecommitdiff
path: root/src/station_cmd.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-07-19 17:28:27 +0000
committerrubidium <rubidium@openttd.org>2010-07-19 17:28:27 +0000
commitb8487afe5456d37efcc3bc622764715e7edbe6f3 (patch)
treefd0530c8715aea7dfbd2dffeb9e0fb2aecc783d4 /src/station_cmd.cpp
parent644deff9d2939f49d7a4d22c1168ba3f46e98dfa (diff)
downloadopenttd-b8487afe5456d37efcc3bc622764715e7edbe6f3.tar.xz
(svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be missed :)
Diffstat (limited to 'src/station_cmd.cpp')
-rw-r--r--src/station_cmd.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/station_cmd.cpp b/src/station_cmd.cpp
index 5e0d478ea..3f7b9f1c6 100644
--- a/src/station_cmd.cpp
+++ b/src/station_cmd.cpp
@@ -26,7 +26,6 @@
#include "newgrf_station.h"
#include "pathfinder/yapf/yapf_cache.h"
#include "road_internal.h" /* For drawing catenary/checking road removal */
-#include "variables.h"
#include "autoslope.h"
#include "water.h"
#include "station_gui.h"