forked from mirror/OpenTTD
(svn r15299) -Cleanup: remove many redundant includes
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user