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/variables.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/variables.h') diff --git a/src/variables.h b/src/variables.h index e4af2dcbc..b671fee3d 100644 --- a/src/variables.h +++ b/src/variables.h @@ -6,7 +6,6 @@ #define VARIABLES_H #include "yapf/yapf_settings.h" -#include "openttd.h" #include "tile_type.h" #include "strings_type.h" #include "date_type.h" @@ -51,8 +50,6 @@ VARDEF uint16 _disaster_delay; * tick handler. */ VARDEF uint16 _station_tick_ctr; -VARDEF uint32 _random_seeds[2][2]; - /* Iterator through all towns in OnTick_Town */ VARDEF uint32 _cur_town_ctr; /* Frequency iterator at the same place */ -- cgit v1.2.3-54-g00ecf