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/gamelog.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/gamelog.cpp')
-rw-r--r-- | src/gamelog.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gamelog.cpp b/src/gamelog.cpp index 7d827a379..b1102dff8 100644 --- a/src/gamelog.cpp +++ b/src/gamelog.cpp @@ -13,7 +13,6 @@ #include "openttd.h" #include "saveload/saveload.h" #include "core/alloc_func.hpp" -#include "variables.h" #include "string_func.h" #include "settings_type.h" #include "gamelog_internal.h" |