(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header

This commit is contained in:
rubidium
2010-01-15 16:41:15 +00:00
parent f380a7239d
commit 82fc28f77f
295 changed files with 308 additions and 351 deletions

View File

@@ -15,7 +15,6 @@
#include "../depot_base.h"
#include "../window_func.h"
#include "../fios.h"
#include "../gamelog.h"
#include "../gamelog_internal.h"
#include "../network/network.h"
#include "../gfxinit.h"
@@ -23,8 +22,6 @@
#include "../industry.h"
#include "../clear_map.h"
#include "../vehicle_func.h"
#include "../newgrf_station.h"
#include "../openttd.h"
#include "../debug.h"
#include "../string_func.h"
#include "../date_func.h"
@@ -49,6 +46,10 @@
#include "../animated_tile_func.h"
#include "../subsidy_base.h"
#include "../subsidy_func.h"
#include "../company_base.h"
#include "../newgrf.h"
#include "../engine_base.h"
#include "../engine_func.h"
#include "table/strings.h"