summaryrefslogtreecommitdiff
path: root/src/station.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.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.cpp')
-rw-r--r--src/station.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/station.cpp b/src/station.cpp
index 3a8919d92..af16d6960 100644
--- a/src/station.cpp
+++ b/src/station.cpp
@@ -31,6 +31,7 @@
#include "functions.h"
#include "window_func.h"
#include "date_func.h"
+#include "variables.h"
Station::Station(TileIndex tile)
{