From 0b1d3e43e59d331566fb86627dad3683d998c002 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 26 Dec 2007 23:04:26 +0000 Subject: (svn r11704) -Codechange: remove another bunch of useless includes. --- src/core/random_func.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/core/random_func.cpp') diff --git a/src/core/random_func.cpp b/src/core/random_func.cpp index 803250040..b0939229e 100644 --- a/src/core/random_func.cpp +++ b/src/core/random_func.cpp @@ -3,10 +3,11 @@ /** @file random_func.cpp */ #include "../stdafx.h" -#include "../variables.h" #include "random_func.hpp" #include "bitmath_func.hpp" +uint32 _random_seeds[2][2]; + uint32 InteractiveRandom() { const uint32 s = _random_seeds[1][0]; -- cgit v1.2.3-54-g00ecf