(svn r15299) -Cleanup: remove many redundant includes

This commit is contained in:
smatz
2009-01-31 20:16:06 +00:00
parent 416c7d5dda
commit 0d3f5e6e74
225 changed files with 94 additions and 1190 deletions

View File

@@ -4,16 +4,12 @@
#include "stdafx.h"
#include "openttd.h"
#include "tile_cmd.h"
#include "debug.h"
#include "road_map.h"
#include "road_type.h"
#include "road_internal.h" /* Cleaning up road bits */
#include "road_cmd.h"
#include "landscape.h"
#include "town_map.h"
#include "tunnel_map.h"
#include "viewport_func.h"
#include "town.h"
#include "command_func.h"
#include "industry.h"
#include "station_base.h"
@@ -23,11 +19,9 @@
#include "unmovable_map.h"
#include "water_map.h"
#include "variables.h"
#include "bridge.h"
#include "bridge_map.h"
#include "slope_func.h"
#include "genworld.h"
#include "newgrf.h"
#include "newgrf_callbacks.h"
#include "newgrf_house.h"
#include "newgrf_commons.h"
#include "newgrf_townname.h"
@@ -41,17 +35,15 @@
#include "string_func.h"
#include "newgrf_cargo.h"
#include "oldpool_func.h"
#include "sprite.h"
#include "economy_func.h"
#include "station_func.h"
#include "cheat_func.h"
#include "cheat_type.h"
#include "functions.h"
#include "animated_tile_func.h"
#include "date_func.h"
#include "core/smallmap_type.hpp"
#include "table/strings.h"
#include "table/sprites.h"
#include "table/town_land.h"
uint _total_towns;