summaryrefslogtreecommitdiff
path: root/src/core/random_func.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-01-08 13:57:50 +0000
committerrubidium <rubidium@openttd.org>2009-01-08 13:57:50 +0000
commit4df86694a73cf97313e9267e66dab55cc765ec72 (patch)
tree544a1620ce889f583ff4990c62a03a3f1df1972e /src/core/random_func.cpp
parent8591ff41cc4597785cf4841c67a93f8ab8e006bb (diff)
downloadopenttd-4df86694a73cf97313e9267e66dab55cc765ec72.tar.xz
(svn r14910) -Codechange: merge the command queue handling into a single location
Diffstat (limited to 'src/core/random_func.cpp')
-rw-r--r--src/core/random_func.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/random_func.cpp b/src/core/random_func.cpp
index ae3fcf95f..b64d5b9d6 100644
--- a/src/core/random_func.cpp
+++ b/src/core/random_func.cpp
@@ -36,7 +36,6 @@ void SetRandomSeed(uint32 seed)
#ifdef RANDOM_DEBUG
#include "../network/network_internal.h"
-#include "../variables.h" /* _frame_counter */
#include "../company_func.h"
uint32 DoRandom(int line, const char *file)