From d4b6cc997dd4eec4d0eb9bc8b2002bcb798e9f3c Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 8 Jan 2009 13:57:50 +0000 Subject: (svn r14910) -Codechange: merge the command queue handling into a single location --- src/core/random_func.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/core') 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) -- cgit v1.2.3-54-g00ecf