summaryrefslogtreecommitdiff
path: root/src/rail.h
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/rail.h
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/rail.h')
-rw-r--r--src/rail.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rail.h b/src/rail.h
index f2c35352b..8ba804c6e 100644
--- a/src/rail.h
+++ b/src/rail.h
@@ -11,7 +11,6 @@
#include "gfx_type.h"
#include "core/bitmath_func.hpp"
#include "economy_func.h"
-#include "variables.h"
#include "tile_cmd.h"
/** This struct contains all the info that is needed to draw and construct tracks.