(svn r11704) -Codechange: remove another bunch of useless includes.
This commit is contained in:
@@ -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];
|
||||
|
Reference in New Issue
Block a user