diff options
author | rubidium <rubidium@openttd.org> | 2010-07-19 17:28:27 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-07-19 17:28:27 +0000 |
commit | b8487afe5456d37efcc3bc622764715e7edbe6f3 (patch) | |
tree | fd0530c8715aea7dfbd2dffeb9e0fb2aecc783d4 /src/rail_cmd.cpp | |
parent | 644deff9d2939f49d7a4d22c1168ba3f46e98dfa (diff) | |
download | openttd-b8487afe5456d37efcc3bc622764715e7edbe6f3.tar.xz |
(svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be missed :)
Diffstat (limited to 'src/rail_cmd.cpp')
-rw-r--r-- | src/rail_cmd.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rail_cmd.cpp b/src/rail_cmd.cpp index 70a5a4325..eedfe7546 100644 --- a/src/rail_cmd.cpp +++ b/src/rail_cmd.cpp @@ -23,7 +23,6 @@ #include "newgrf_railtype.h" #include "newgrf_commons.h" #include "train.h" -#include "variables.h" #include "autoslope.h" #include "water.h" #include "tunnelbridge_map.h" |