(svn r11704) -Codechange: remove another bunch of useless includes.

This commit is contained in:
rubidium
2007-12-26 23:04:26 +00:00
parent c124792fd2
commit 0b1d3e43e5
12 changed files with 12 additions and 12 deletions

View File

@@ -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 */