Changeset - r13176:254c27d58bd6
[Not reviewed]
master
! ! !
rubidium - 15 years ago 2009-10-04 17:16:41
rubidium@openttd.org
(svn r17693) -Cleanup: remove some unneeded includes
185 files changed with 16 insertions and 370 deletions:
0 comments (0 inline, 0 general)
src/3rdparty/md5/md5.cpp
Show inline comments
 
@@ -57,7 +57,6 @@
 
 */
 

	
 
#include "../../stdafx.h"
 
#include "../../core/bitmath_func.hpp"
 
#include "../../core/endian_func.hpp"
 
#include "md5.h"
 

	
src/ai/ai_core.cpp
Show inline comments
 
@@ -15,7 +15,6 @@
 
#include "../company_func.h"
 
#include "../debug.h"
 
#include "../network/network.h"
 
#include "../settings_type.h"
 
#include "../window_func.h"
 
#include "../command_func.h"
 
#include "ai.hpp"
src/ai/ai_gui.cpp
Show inline comments
 
@@ -20,9 +20,7 @@
 
#include "../gfx_func.h"
 
#include "../command_func.h"
 
#include "../network/network.h"
 
#include "../string_func.h"
 
#include "../textbuf_gui.h"
 
#include "../settings_type.h"
 
#include "../settings_func.h"
 
#include "../network/network_content.h"
 

	
src/ai/ai_instance.cpp
Show inline comments
 
@@ -11,7 +11,6 @@
 

	
 
#include "../stdafx.h"
 
#include "../debug.h"
 
#include "../settings_type.h"
 
#include "../vehicle_base.h"
 
#include "../saveload/saveload.h"
 
#include "../gui.h"
 
@@ -21,11 +20,9 @@
 
#include "../script/squirrel.hpp"
 
#include "../script/squirrel_helper.hpp"
 
#include "../script/squirrel_class.hpp"
 
#include "../script/squirrel_std.hpp"
 

	
 
#define DEFINE_SCRIPT_FILES
 

	
 
#include "ai_info.hpp"
 
#include "ai_config.hpp"
 
#include "ai_storage.hpp"
 
#include "ai_instance.hpp"
src/ai/ai_scanner.cpp
Show inline comments
 
@@ -11,12 +11,9 @@
 

	
 
#include "../stdafx.h"
 
#include "../debug.h"
 
#include "../string_func.h"
 
#include "../fileio_func.h"
 
#include "../fios.h"
 
#include "../network/network.h"
 
#include "../core/random_func.hpp"
 
#include <sys/stat.h>
 

	
 
#include <squirrel.h>
 
#include "../script/squirrel.hpp"
src/ai/api/ai_abstractlist.cpp
Show inline comments
 
@@ -12,7 +12,6 @@
 
#include <squirrel.h>
 
#include "ai_abstractlist.hpp"
 
#include "../../debug.h"
 
#include "../../core/alloc_func.hpp"
 
#include "../../script/squirrel.hpp"
 

	
 
/**
src/ai/api/ai_airport.cpp
Show inline comments
 
@@ -13,9 +13,7 @@
 
#include "ai_station.hpp"
 
#include "../../station_base.h"
 
#include "../../company_func.h"
 
#include "../../command_type.h"
 
#include "../../town.h"
 
#include "../../economy_func.h"
 

	
 
/* static */ bool AIAirport::IsValidAirportType(AirportType type)
 
{
src/ai/api/ai_basestation.cpp
Show inline comments
 
@@ -10,13 +10,11 @@
 
/** @file ai_basestation.cpp Implementation of AIBaseStation. */
 

	
 
#include "ai_basestation.hpp"
 
#include "../../base_station_base.h"
 
#include "../../station_base.h"
 
#include "../../command_func.h"
 
#include "../../string_func.h"
 
#include "../../strings_func.h"
 
#include "../../company_func.h"
 
#include "../../core/alloc_func.hpp"
 
#include "table/strings.h"
 

	
 
/* static */ bool AIBaseStation::IsValidBaseStation(StationID station_id)
src/ai/api/ai_bridge.cpp
Show inline comments
 
@@ -16,7 +16,6 @@
 
#include "../../strings_func.h"
 
#include "../../core/alloc_func.hpp"
 
#include "../../economy_func.h"
 
#include "../../settings_type.h"
 
#include "../../date_func.h"
 

	
 
/* static */ bool AIBridge::IsValidBridge(BridgeID bridge_id)
src/ai/api/ai_bridgelist.cpp
Show inline comments
 
@@ -12,7 +12,6 @@
 
#include "ai_bridgelist.hpp"
 
#include "ai_bridge.hpp"
 
#include "../../bridge.h"
 
#include "../../date_func.h"
 

	
 
AIBridgeList::AIBridgeList()
 
{
src/ai/api/ai_cargolist.cpp
Show inline comments
 
@@ -12,7 +12,6 @@
 
#include "ai_cargolist.hpp"
 
#include "ai_industry.hpp"
 
#include "../../cargotype.h"
 
#include "../../tile_type.h"
 
#include "../../industry.h"
 

	
 
AICargoList::AICargoList()
src/ai/api/ai_company.cpp
Show inline comments
 
@@ -11,7 +11,6 @@
 

	
 
#include "ai_company.hpp"
 
#include "ai_error.hpp"
 
#include "ai_log.hpp"
 
#include "../../command_func.h"
 
#include "../../company_func.h"
 
#include "../../company_base.h"
 
@@ -19,7 +18,6 @@
 
#include "../../economy_func.h"
 
#include "../../strings_func.h"
 
#include "../../tile_map.h"
 
#include "../../core/alloc_func.hpp"
 
#include "../../string_func.h"
 
#include "../../settings_func.h"
 
#include "table/strings.h"
src/ai/api/ai_depotlist.cpp
Show inline comments
 
@@ -10,7 +10,6 @@
 
/** @file ai_depotlist.cpp Implementation of AIDepotList and friends. */
 

	
 
#include "ai_depotlist.hpp"
 
#include "../../tile_map.h"
 
#include "../../company_func.h"
 
#include "../../depot_base.h"
 
#include "../../station_base.h"
src/ai/api/ai_event_types.cpp
Show inline comments
 
@@ -14,7 +14,6 @@
 
#include "../../command_type.h"
 
#include "../../strings_func.h"
 
#include "../../settings_type.h"
 
#include "../../rail.h"
 
#include "../../engine_base.h"
 
#include "../../articulated_vehicles.h"
 
#include "table/strings.h"
src/ai/api/ai_group.cpp
Show inline comments
 
@@ -16,7 +16,6 @@
 
#include "../../group.h"
 
#include "../../string_func.h"
 
#include "../../strings_func.h"
 
#include "../../core/alloc_func.hpp"
 
#include "../../command_func.h"
 
#include "../../autoreplace_func.h"
 
#include "../../settings_func.h"
src/ai/api/ai_industry.cpp
Show inline comments
 
@@ -12,7 +12,6 @@
 
#include "ai_industry.hpp"
 
#include "ai_cargo.hpp"
 
#include "ai_map.hpp"
 
#include "../../tile_type.h"
 
#include "../../industry.h"
 
#include "../../strings_func.h"
 
#include "../../station_base.h"
src/ai/api/ai_industrylist.cpp
Show inline comments
 
@@ -10,7 +10,6 @@
 
/** @file ai_industrylist.cpp Implementation of AIIndustryList and friends. */
 

	
 
#include "ai_industrylist.hpp"
 
#include "../../tile_type.h"
 
#include "../../industry.h"
 

	
 
AIIndustryList::AIIndustryList()
src/ai/api/ai_industrytype.cpp
Show inline comments
 
@@ -12,7 +12,6 @@
 
#include "ai_industrytype.hpp"
 
#include "ai_map.hpp"
 
#include "../../command_type.h"
 
#include "../../settings_type.h"
 
#include "../../strings_func.h"
 
#include "../../industry.h"
 

	
src/ai/api/ai_industrytypelist.cpp
Show inline comments
 
@@ -10,7 +10,6 @@
 
/** @file ai_industrytypelist.cpp Implementation of AIIndustryTypeList. */
 

	
 
#include "ai_industrytypelist.hpp"
 
#include "../../tile_type.h"
 
#include "../../industry.h"
 

	
 
AIIndustryTypeList::AIIndustryTypeList()
src/ai/api/ai_object.cpp
Show inline comments
 
@@ -14,7 +14,6 @@
 
#include "../../script/squirrel.hpp"
 
#include "../../company_base.h"
 

	
 
#include "ai_log.hpp"
 
#include "table/strings.h"
 
#include "../ai.hpp"
 
#include "../ai_storage.hpp"
src/ai/api/ai_order.cpp
Show inline comments
 
@@ -9,9 +9,7 @@
 

	
 
/** @file ai_order.cpp Implementation of AIOrder. */
 

	
 
#include "ai_order.hpp"
 
#include "ai_vehicle.hpp"
 
#include "ai_log.hpp"
 
#include "../ai_instance.hpp"
 
#include "../../debug.h"
 
#include "../../vehicle_base.h"
src/ai/api/ai_road.cpp
Show inline comments
 
@@ -9,13 +9,11 @@
 

	
 
/** @file ai_road.cpp Implementation of AIRoad. */
 

	
 
#include "ai_road.hpp"
 
#include "ai_map.hpp"
 
#include "ai_station.hpp"
 
#include "ai_cargo.hpp"
 
#include "../../station_base.h"
 
#include "../../command_type.h"
 
#include "../../settings_type.h"
 
#include "../../company_func.h"
 
#include "../../script/squirrel_helper_type.hpp"
 

	
src/ai/api/ai_sign.cpp
Show inline comments
 
@@ -10,7 +10,6 @@
 
/** @file ai_sign.cpp Implementation of AISign. */
 

	
 
#include "ai_sign.hpp"
 
#include "ai_log.hpp"
 
#include "table/strings.h"
 
#include "../ai_instance.hpp"
 
#include "../../command_func.h"
src/ai/api/ai_station.cpp
Show inline comments
 
@@ -13,15 +13,11 @@
 
#include "ai_cargo.hpp"
 
#include "ai_map.hpp"
 
#include "ai_town.hpp"
 
#include "../../command_func.h"
 
#include "../../debug.h"
 
#include "../../station_base.h"
 
#include "../../roadstop_base.h"
 
#include "../../string_func.h"
 
#include "../../strings_func.h"
 
#include "../../company_func.h"
 
#include "../../town.h"
 
#include "table/strings.h"
 

	
 
/* static */ bool AIStation::IsValidStation(StationID station_id)
 
{
src/ai/api/ai_subsidy.cpp
Show inline comments
 
@@ -11,10 +11,8 @@
 

	
 
#include "ai_subsidy.hpp"
 
#include "ai_date.hpp"
 
#include "ai_log.hpp"
 
#include "../../subsidy_base.h"
 
#include "../../station_base.h"
 
#include "../../cargotype.h"
 

	
 
/* static */ bool AISubsidy::IsValidSubsidy(SubsidyID subsidy_id)
 
{
src/ai/api/ai_subsidylist.cpp
Show inline comments
 
@@ -10,7 +10,6 @@
 
/** @file ai_subsidylist.cpp Implementation of AISubsidyList. */
 

	
 
#include "ai_subsidylist.hpp"
 
#include "ai_subsidy.hpp"
 
#include "../../subsidy_base.h"
 

	
 
AISubsidyList::AISubsidyList()
src/ai/api/ai_tile.cpp
Show inline comments
 
@@ -12,7 +12,6 @@
 
#include "ai_tile.hpp"
 
#include "ai_map.hpp"
 
#include "ai_town.hpp"
 
#include "ai_log.hpp"
 
#include "../../station_func.h"
 
#include "../../company_func.h"
 
#include "../../road_map.h"
src/ai/api/ai_tilelist.cpp
Show inline comments
 
@@ -11,10 +11,8 @@
 

	
 
#include "ai_tilelist.hpp"
 
#include "ai_industry.hpp"
 
#include "../../tile_map.h"
 
#include "../../industry.h"
 
#include "../../station_base.h"
 
#include "../../settings_type.h"
 

	
 
void AITileList::FixRectangleSpan(TileIndex &t1, TileIndex &t2)
 
{
src/ai/api/ai_town.cpp
Show inline comments
 
@@ -13,10 +13,8 @@
 
#include "ai_map.hpp"
 
#include "ai_cargo.hpp"
 
#include "ai_error.hpp"
 
#include "../../command_type.h"
 
#include "../../town.h"
 
#include "../../strings_func.h"
 
#include "../../core/alloc_func.hpp"
 
#include "../../company_func.h"
 
#include "../../station_base.h"
 
#include "table/strings.h"
src/ai/api/ai_tunnel.cpp
Show inline comments
 
@@ -14,8 +14,6 @@
 
#include "../ai_instance.hpp"
 
#include "../../tunnel_map.h"
 
#include "../../command_func.h"
 
#include "../../tunnelbridge.h"
 
#include "../../road_func.h"
 

	
 
/* static */ bool AITunnel::IsTunnelTile(TileIndex tile)
 
{
src/ai/api/ai_vehiclelist.cpp
Show inline comments
 
@@ -13,9 +13,7 @@
 
#include "ai_group.hpp"
 
#include "ai_map.hpp"
 
#include "ai_station.hpp"
 
#include "ai_vehicle.hpp"
 
#include "../../company_func.h"
 
#include "../../depot_base.h"
 
#include "../../depot_map.h"
 
#include "../../vehicle_base.h"
 

	
src/ai/api/ai_waypoint.cpp
Show inline comments
 
@@ -11,13 +11,8 @@
 

	
 
#include "ai_waypoint.hpp"
 
#include "ai_rail.hpp"
 
#include "../../command_func.h"
 
#include "../../string_func.h"
 
#include "../../strings_func.h"
 
#include "../../company_func.h"
 
#include "../../waypoint_base.h"
 
#include "../../core/alloc_func.hpp"
 
#include "table/strings.h"
 

	
 
/* static */ bool AIWaypoint::IsValidWaypoint(StationID waypoint_id)
 
{
src/ai/api/ai_waypointlist.cpp
Show inline comments
 
@@ -11,7 +11,6 @@
 

	
 
#include "ai_waypointlist.hpp"
 
#include "ai_vehicle.hpp"
 
#include "ai_waypoint.hpp"
 
#include "../../company_func.h"
 
#include "../../vehicle_base.h"
 
#include "../../waypoint_base.h"
src/aircraft_cmd.cpp
Show inline comments
 
@@ -26,7 +26,6 @@
 
#include "vehicle_func.h"
 
#include "sound_func.h"
 
#include "functions.h"
 
#include "variables.h"
 
#include "cheat_type.h"
 
#include "autoreplace_func.h"
 
#include "autoreplace_gui.h"
 
@@ -34,7 +33,6 @@
 
#include "ai/ai.hpp"
 
#include "company_func.h"
 
#include "effectvehicle_func.h"
 
#include "settings_type.h"
 
#include "station_base.h"
 
#include "cargotype.h"
 
#include "newgrf_cargo.h"
src/airport.cpp
Show inline comments
 
@@ -13,7 +13,6 @@
 
#include "debug.h"
 
#include "airport.h"
 
#include "airport_movement.h"
 
#include "core/bitmath_func.hpp"
 
#include "core/alloc_func.hpp"
 
#include "date_func.h"
 
#include "settings_type.h"
src/airport_gui.cpp
Show inline comments
 
@@ -17,11 +17,9 @@
 
#include "sound_func.h"
 
#include "window_func.h"
 
#include "strings_func.h"
 
#include "settings_type.h"
 
#include "viewport_func.h"
 
#include "gfx_func.h"
 
#include "company_func.h"
 
#include "station_type.h"
 
#include "tilehighlight_func.h"
 
#include "company_base.h"
 

	
src/autoreplace_cmd.cpp
Show inline comments
 
@@ -20,7 +20,6 @@
 
#include "functions.h"
 
#include "autoreplace_func.h"
 
#include "articulated_vehicles.h"
 
#include "core/alloc_func.hpp"
 

	
 
#include "table/strings.h"
 

	
src/blitter/32bpp_anim.cpp
Show inline comments
 
@@ -10,7 +10,6 @@
 
/** @file 32bpp_anim.cpp Implementation of the optimized 32 bpp blitter with animation support. */
 

	
 
#include "../stdafx.h"
 
#include "../core/alloc_func.hpp"
 
#include "../core/math_func.hpp"
 
#include "../gfx_func.h"
 
#include "../video/video_driver.hpp"
src/blitter/32bpp_optimized.cpp
Show inline comments
 
@@ -13,7 +13,6 @@
 
#include "../zoom_func.h"
 
#include "../gfx_func.h"
 
#include "../core/math_func.hpp"
 
#include "../core/alloc_func.hpp"
 
#include "32bpp_optimized.hpp"
 

	
 
static FBlitter_32bppOptimized iFBlitter_32bppOptimized;
src/blitter/8bpp_optimized.cpp
Show inline comments
 
@@ -11,7 +11,6 @@
 

	
 
#include "../stdafx.h"
 
#include "../zoom_func.h"
 
#include "../core/alloc_func.hpp"
 
#include "../core/math_func.hpp"
 
#include "8bpp_optimized.hpp"
 

	
src/bridge_gui.cpp
Show inline comments
 
@@ -18,7 +18,6 @@
 
#include "strings_func.h"
 
#include "window_func.h"
 
#include "sound_func.h"
 
#include "map_func.h"
 
#include "gfx_func.h"
 
#include "tunnelbridge.h"
 
#include "sortlist_type.h"
src/bridge_map.cpp
Show inline comments
 
@@ -10,7 +10,6 @@
 
/** @file bridge_map.cpp Map accessor functions for bridges. */
 

	
 
#include "stdafx.h"
 
#include "bridge_map.h"
 
#include "landscape.h"
 
#include "tunnelbridge_map.h"
 

	
src/build_vehicle_gui.cpp
Show inline comments
 
@@ -30,7 +30,6 @@
 
#include "widgets/dropdown_func.h"
 
#include "window_gui.h"
 
#include "engine_gui.h"
 
#include "settings_type.h"
 
#include "cargotype.h"
 
#include "newgrf_cargo.h"
 

	
src/cheat_gui.cpp
Show inline comments
 
@@ -19,7 +19,6 @@
 
#include "saveload/saveload.h"
 
#include "window_gui.h"
 
#include "newgrf.h"
 
#include "settings_type.h"
 
#include "strings_func.h"
 
#include "window_func.h"
 
#include "rail_gui.h"
src/clear_cmd.cpp
Show inline comments
 
@@ -16,12 +16,11 @@
 
#include "landscape.h"
 
#include "variables.h"
 
#include "genworld.h"
 
#include "industry.h"
 
#include "landscape_type.h"
 
#include "functions.h"
 
#include "economy_func.h"
 
#include "viewport_func.h"
 
#include "water.h"
 
#include "settings_type.h"
 

	
 
#include "table/strings.h"
 
#include "table/sprites.h"
src/command.cpp
Show inline comments
 
@@ -12,7 +12,6 @@
 
#include "stdafx.h"
 
#include "openttd.h"
 
#include "landscape.h"
 
#include "tile_map.h"
 
#include "gui.h"
 
#include "command_func.h"
 
#include "network/network.h"
src/company_cmd.cpp
Show inline comments
 
@@ -24,15 +24,12 @@
 
#include "company_manager_face.h"
 
#include "group.h"
 
#include "window_func.h"
 
#include "tile_map.h"
 
#include "strings_func.h"
 
#include "gfx_func.h"
 
#include "date_func.h"
 
#include "sound_func.h"
 
#include "autoreplace_func.h"
 
#include "autoreplace_gui.h"
 
#include "string_func.h"
 
#include "road_func.h"
 
#include "rail.h"
 
#include "sprite.h"
 
#include "core/pool_func.hpp"
src/company_gui.cpp
Show inline comments
 
@@ -20,17 +20,15 @@
 
#include "network/network.h"
 
#include "network/network_gui.h"
 
#include "network/network_func.h"
 
#include "roadveh.h"
 
#include "train.h"
 
#include "aircraft.h"
 
#include "sprite.h"
 
#include "economy_func.h"
 
#include "vehicle_base.h"
 
#include "newgrf.h"
 
#include "company_manager_face.h"
 
#include "strings_func.h"
 
#include "date_func.h"
 
#include "string_func.h"
 
#include "widgets/dropdown_type.h"
 
#include "tilehighlight_func.h"
 
#include "settings_type.h"
 

	
 
#include "table/strings.h"
 

	
src/console.cpp
Show inline comments
 
@@ -10,9 +10,6 @@
 
/** @file console.cpp Handling of the in-game console. */
 

	
 
#include "stdafx.h"
 
#include "core/alloc_func.hpp"
 
#include "core/math_func.hpp"
 
#include "string_func.h"
 
#include "console_internal.h"
 
#include "network/network.h"
 
#include "network/network_func.h"
src/console_cmds.cpp
Show inline comments
 
@@ -16,7 +16,6 @@
 
#include "engine_func.h"
 
#include "landscape.h"
 
#include "saveload/saveload.h"
 
#include "variables.h"
 
#include "network/network.h"
 
#include "network/network_func.h"
 
#include "network/network_base.h"
 
@@ -29,13 +28,10 @@
 
#include "strings_func.h"
 
#include "viewport_func.h"
 
#include "window_func.h"
 
#include "map_func.h"
 
#include "date_func.h"
 
#include "vehicle_func.h"
 
#include "string_func.h"
 
#include "company_func.h"
 
#include "company_base.h"
 
#include "settings_type.h"
 
#include "gamelog.h"
 
#include "ai/ai.hpp"
 
#include "ai/ai_config.hpp"
src/console_gui.cpp
Show inline comments
 
@@ -17,11 +17,9 @@
 
#include "window_func.h"
 
#include "string_func.h"
 
#include "gfx_func.h"
 
#include "core/math_func.hpp"
 
#include "settings_type.h"
 
#include "rev.h"
 

	
 
#include "table/strings.h"
 

	
 
enum {
 
	ICON_HISTORY_SIZE       = 20,
src/core/alloc_func.cpp
Show inline comments
 
@@ -10,7 +10,6 @@
 
/** @file alloc_func.cpp Functions to 'handle' memory allocation errors */
 

	
 
#include "../stdafx.h"
 
#include "alloc_func.hpp"
 

	
 
/**
 
 * Function to exit with an error message after malloc() or calloc() have failed
src/crashlog.cpp
Show inline comments
 
@@ -14,7 +14,6 @@
 
#include "gamelog.h"
 
#include "map_func.h"
 
#include "rev.h"
 
#include "string_func.h"
 
#include "strings_func.h"
 
#include "blitter/factory.hpp"
 
#include "base_media_base.h"
src/date.cpp
Show inline comments
 
@@ -12,7 +12,6 @@
 
#include "stdafx.h"
 
#include "openttd.h"
 
#include "variables.h"
 
#include "settings_type.h"
 
#include "network/network.h"
 
#include "network/network_func.h"
 
#include "currency.h"
src/depot.cpp
Show inline comments
 
@@ -11,12 +11,8 @@
 

	
 
#include "stdafx.h"
 
#include "depot_base.h"
 
#include "company_type.h"
 
#include "order_func.h"
 
#include "window_func.h"
 
#include "core/bitmath_func.hpp"
 
#include "tile_map.h"
 
#include "water_map.h"
 
#include "core/pool_func.hpp"
 
#include "vehicle_gui.h"
 

	
src/dock_gui.cpp
Show inline comments
 
@@ -12,7 +12,6 @@
 
#include "stdafx.h"
 
#include "openttd.h"
 
#include "tile_map.h"
 
#include "station_type.h"
 
#include "terraform_gui.h"
 
#include "window_gui.h"
 
#include "station_gui.h"
 
@@ -27,7 +26,6 @@
 
#include "slope_func.h"
 
#include "tilehighlight_func.h"
 
#include "company_base.h"
 
#include "settings_type.h"
 

	
 
#include "table/sprites.h"
 
#include "table/strings.h"
src/dummy_land.cpp
Show inline comments
 
@@ -13,7 +13,6 @@
 
#include "tile_cmd.h"
 
#include "command_func.h"
 
#include "viewport_func.h"
 
#include "tile_map.h"
 

	
 
#include "table/strings.h"
 
#include "table/sprites.h"
src/effectvehicle.cpp
Show inline comments
 
@@ -11,11 +11,11 @@
 

	
 
#include "stdafx.h"
 
#include "landscape.h"
 
#include "industry.h"
 
#include "core/random_func.hpp"
 
#include "industry_map.h"
 
#include "vehicle_func.h"
 
#include "sound_func.h"
 
#include "animated_tile_func.h"
 
#include "effectvehicle_base.h"
 
#include "effectvehicle_func.h"
 

	
 
#include "table/sprites.h"
src/elrail.cpp
Show inline comments
 
@@ -61,7 +61,6 @@
 
#include "train.h"
 
#include "rail_gui.h"
 
#include "tunnelbridge_map.h"
 
#include "vehicle_func.h"
 
#include "tunnelbridge.h"
 
#include "elrail_func.h"
 
#include "engine_base.h"
src/engine.cpp
Show inline comments
 
@@ -10,11 +10,9 @@
 
/** @file engine.cpp Base for all engine handling. */
 

	
 
#include "stdafx.h"
 
#include "debug.h"
 
#include "company_func.h"
 
#include "command_func.h"
 
#include "news_func.h"
 
#include "variables.h"
 
#include "aircraft.h"
 
#include "newgrf.h"
 
#include "newgrf_engine.h"
 
@@ -27,8 +25,6 @@
 
#include "autoreplace_gui.h"
 
#include "string_func.h"
 
#include "ai/ai.hpp"
 
#include "vehicle_func.h"
 
#include "settings_type.h"
 
#include "core/pool_func.hpp"
 
#include "engine_gui.h"
 

	
src/engine_gui.cpp
Show inline comments
 
@@ -15,18 +15,14 @@
 
#include "engine_func.h"
 
#include "engine_base.h"
 
#include "command_func.h"
 
#include "news_type.h"
 
#include "newgrf_engine.h"
 
#include "strings_func.h"
 
#include "engine_gui.h"
 
#include "articulated_vehicles.h"
 
#include "vehicle_func.h"
 
#include "company_func.h"
 
#include "rail.h"
 
#include "core/sort_func.hpp"
 

	
 
#include "table/strings.h"
 
#include "table/sprites.h"
 

	
 
/** Return the category of an engine.
 
 * @param engine Engine to examine.
src/fios.cpp
Show inline comments
 
@@ -527,7 +527,6 @@ void FiosGetHeightmapList(SaveLoadDialog
 
}
 

	
 
#if defined(ENABLE_NETWORK)
 
#include "core/smallvec_type.hpp"
 
#include "network/network_content.h"
 
#include "3rdparty/md5/md5.h"
 

	
src/fontcache.cpp
Show inline comments
 
@@ -10,11 +10,9 @@
 
/** @file fontcache.cpp Cache for characters from fonts. */
 

	
 
#include "stdafx.h"
 
#include "spritecache.h"
 
#include "fontcache.h"
 
#include "blitter/factory.hpp"
 
#include "gfx_func.h"
 
#include "core/alloc_func.hpp"
 
#include "core/math_func.hpp"
 

	
 
#include "table/sprites.h"
src/genworld.cpp
Show inline comments
 
@@ -24,7 +24,6 @@
 
#include "viewport_func.h"
 
#include "gfx_func.h"
 
#include "date_func.h"
 
#include "core/random_func.hpp"
 
#include "engine_func.h"
 
#include "newgrf_storage.h"
 
#include "water.h"
 
@@ -32,7 +31,6 @@
 
#include "tilehighlight_func.h"
 
#include "saveload/saveload.h"
 
#include "void_map.h"
 
#include "settings_type.h"
 
#include "town.h"
 

	
 
#include "table/sprites.h"
src/genworld_gui.cpp
Show inline comments
 
@@ -12,7 +12,6 @@
 
#include "stdafx.h"
 
#include "openttd.h"
 
#include "heightmap.h"
 
#include "gui.h"
 
#include "variables.h"
 
#include "debug.h"
 
#include "genworld.h"
 
@@ -25,10 +24,8 @@
 
#include "fios.h"
 
#include "string_func.h"
 
#include "gfx_func.h"
 
#include "settings_type.h"
 
#include "widgets/dropdown_type.h"
 
#include "widgets/dropdown_func.h"
 
#include "core/random_func.hpp"
 
#include "landscape_type.h"
 
#include "querystring_gui.h"
 
#include "town.h"
src/gfx.cpp
Show inline comments
 
@@ -13,7 +13,6 @@
 
#include "openttd.h"
 
#include "gfx_func.h"
 
#include "variables.h"
 
#include "spritecache.h"
 
#include "fontcache.h"
 
#include "genworld.h"
 
#include "zoom_func.h"
 
@@ -21,11 +20,8 @@
 
#include "video/video_driver.hpp"
 
#include "strings_func.h"
 
#include "settings_type.h"
 
#include "core/alloc_func.hpp"
 
#include "core/sort_func.hpp"
 
#include "landscape_type.h"
 
#include "network/network_func.h"
 
#include "core/smallvec_type.hpp"
 
#include "thread/thread.h"
 
#include "window_func.h"
 

	
src/gfxinit.cpp
Show inline comments
 
@@ -12,14 +12,12 @@
 
#include "stdafx.h"
 
#include "debug.h"
 
#include "spritecache.h"
 
#include "fileio_func.h"
 
#include "fios.h"
 
#include "newgrf.h"
 
#include "3rdparty/md5/md5.h"
 
#include "fontcache.h"
 
#include "gfx_func.h"
 
#include "settings_type.h"
 
#include "string_func.h"
 

	
 
/* The type of set we're replacing */
 
#define SET_TYPE "graphics"
src/group_cmd.cpp
Show inline comments
 
@@ -21,7 +21,6 @@
 
#include "autoreplace_func.h"
 
#include "string_func.h"
 
#include "company_func.h"
 
#include "core/alloc_func.hpp"
 
#include "core/pool_func.hpp"
 

	
 
#include "table/strings.h"
src/heightmap.cpp
Show inline comments
 
@@ -18,7 +18,6 @@
 
#include "bmp.h"
 
#include "gfx_func.h"
 
#include "fios.h"
 
#include "settings_type.h"
 
#include "fileio_func.h"
 

	
 
#include "table/strings.h"
src/highscore.cpp
Show inline comments
 
@@ -10,7 +10,6 @@
 
/** @file highscore.cpp Definition of functions used for highscore handling */
 

	
 
#include "highscore.h"
 
#include "settings_type.h"
 
#include "company_base.h"
 
#include "company_func.h"
 
#include "cheat_func.h"
src/highscore_gui.cpp
Show inline comments
 
@@ -19,7 +19,6 @@
 
#include "command_func.h"
 
#include "company_func.h"
 
#include "company_base.h"
 
#include "settings_type.h"
 
#include "strings_func.h"
 
#include "openttd.h"
 

	
src/industry_gui.cpp
Show inline comments
 
@@ -11,7 +11,6 @@
 

	
 
#include "stdafx.h"
 
#include "openttd.h"
 
#include "debug.h"
 
#include "gui.h"
 
#include "window_gui.h"
 
#include "textbuf_gui.h"
 
@@ -26,7 +25,6 @@
 
#include "newgrf_industries.h"
 
#include "newgrf_text.h"
 
#include "strings_func.h"
 
#include "map_func.h"
 
#include "company_func.h"
 
#include "tilehighlight_func.h"
 
#include "string_func.h"
src/ini.cpp
Show inline comments
 
@@ -11,7 +11,6 @@
 

	
 
#include "stdafx.h"
 
#include "core/alloc_func.hpp"
 
#include "core/math_func.hpp"
 
#include "core/mem_func.hpp"
 
#include "debug.h"
 
#include "ini_type.h"
src/intro_gui.cpp
Show inline comments
 
@@ -15,7 +15,6 @@
 
#include "window_gui.h"
 
#include "textbuf_gui.h"
 
#include "network/network.h"
 
#include "variables.h"
 
#include "genworld.h"
 
#include "network/network_gui.h"
 
#include "network/network_content.h"
 
@@ -23,9 +22,7 @@
 
#include "strings_func.h"
 
#include "window_func.h"
 
#include "fios.h"
 
#include "settings_type.h"
 
#include "functions.h"
 
#include "newgrf_config.h"
 
#include "ai/ai_gui.hpp"
 
#include "gfx_func.h"
 

	
src/landscape.cpp
Show inline comments
 
@@ -28,7 +28,6 @@
 
#include "water.h"
 
#include "effectvehicle_func.h"
 
#include "landscape_type.h"
 
#include "settings_type.h"
 
#include "animated_tile_func.h"
 

	
 
#include "table/sprites.h"
src/main_gui.cpp
Show inline comments
 
@@ -19,7 +19,6 @@
 
#include "viewport_func.h"
 
#include "command_func.h"
 
#include "console_gui.h"
 
#include "map_func.h"
 
#include "genworld.h"
 
#include "transparency_gui.h"
 
#include "functions.h"
 
@@ -29,7 +28,6 @@
 
#include "zoom_func.h"
 
#include "company_base.h"
 
#include "company_func.h"
 
#include "settings_type.h"
 
#include "toolbar_gui.h"
 
#include "statusbar_gui.h"
 
#include "tilehighlight_func.h"
src/map.cpp
Show inline comments
 
@@ -11,10 +11,8 @@
 

	
 
#include "stdafx.h"
 
#include "debug.h"
 
#include "core/bitmath_func.hpp"
 
#include "core/alloc_func.hpp"
 
#include "core/math_func.hpp"
 
#include "map_func.h"
 
#include "tile_map.h"
 

	
 
#if defined(_MSC_VER)
src/misc.cpp
Show inline comments
 
@@ -16,18 +16,13 @@
 
#include "variables.h"
 
#include "ai/ai.hpp"
 
#include "newgrf_house.h"
 
#include "cargotype.h"
 
#include "group.h"
 
#include "economy_func.h"
 
#include "functions.h"
 
#include "map_func.h"
 
#include "date_func.h"
 
#include "vehicle_func.h"
 
#include "texteff.hpp"
 
#include "gfx_func.h"
 
#include "gamelog.h"
 
#include "animated_tile_func.h"
 
#include "settings_type.h"
 
#include "tilehighlight_func.h"
 
#include "network/network_func.h"
 
#include "window_func.h"
src/misc_cmd.cpp
Show inline comments
 
@@ -24,7 +24,6 @@
 
#include "string_func.h"
 
#include "company_func.h"
 
#include "company_gui.h"
 
#include "settings_type.h"
 
#include "vehicle_base.h"
 

	
 
#include "table/strings.h"
src/misc_gui.cpp
Show inline comments
 
@@ -11,11 +11,9 @@
 

	
 
#include "stdafx.h"
 
#include "openttd.h"
 
#include "debug.h"
 
#include "landscape.h"
 
#include "newgrf_text.h"
 
#include "saveload/saveload.h"
 
#include "tile_map.h"
 
#include "gui.h"
 
#include "station_gui.h"
 
#include "viewport_func.h"
 
@@ -26,7 +24,6 @@
 
#include "town.h"
 
#include "network/network.h"
 
#include "network/network_content.h"
 
#include "variables.h"
 
#include "company_base.h"
 
#include "texteff.hpp"
 
#include "cargotype.h"
 
@@ -36,11 +33,9 @@
 
#include "fios.h"
 
#include "zoom_func.h"
 
#include "window_func.h"
 
#include "string_func.h"
 
#include "newgrf_cargo.h"
 
#include "tilehighlight_func.h"
 
#include "querystring_gui.h"
 
#include "core/sort_func.hpp"
 

	
 
#include "table/strings.h"
 

	
src/mixer.cpp
Show inline comments
 
@@ -10,7 +10,6 @@
 
/** @file mixer.cpp Mixing of sound samples. */
 

	
 
#include "stdafx.h"
 
#include "mixer.h"
 
#include "core/math_func.hpp"
 

	
 
struct MixerChannel {
src/music_gui.cpp
Show inline comments
 
@@ -19,7 +19,6 @@
 
#include "window_func.h"
 
#include "sound_func.h"
 
#include "gfx_func.h"
 
#include "core/math_func.hpp"
 
#include "core/random_func.hpp"
 

	
 
#include "table/strings.h"
src/network/core/address.cpp
Show inline comments
 
@@ -14,9 +14,6 @@
 
#ifdef ENABLE_NETWORK
 

	
 
#include "address.h"
 
#include "config.h"
 
#include "host.h"
 
#include "../../string_func.h"
 
#include "../../debug.h"
 

	
 
const char *NetworkAddress::GetHostname()
src/network/core/core.cpp
Show inline comments
 
@@ -15,8 +15,6 @@
 

	
 
#include "../../stdafx.h"
 
#include "../../debug.h"
 
#include "os_abstraction.h"
 
#include "core.h"
 
#include "packet.h"
 

	
 

	
src/network/core/host.cpp
Show inline comments
 
@@ -13,10 +13,7 @@
 

	
 
#include "../../stdafx.h"
 
#include "../../debug.h"
 
#include "os_abstraction.h"
 
#include "address.h"
 
#include "../../core/alloc_func.hpp"
 
#include "../../string_func.h"
 

	
 
/**
 
 * Internal implementation for finding the broadcast IPs.
src/network/core/tcp.cpp
Show inline comments
 
@@ -16,7 +16,6 @@
 
#include "../../stdafx.h"
 
#include "../../debug.h"
 

	
 
#include "packet.h"
 
#include "tcp.h"
 

	
 
NetworkTCPSocketHandler::NetworkTCPSocketHandler(SOCKET s) :
src/network/core/tcp_connect.cpp
Show inline comments
 
@@ -14,8 +14,6 @@
 
#ifdef ENABLE_NETWORK
 

	
 
#include "../../stdafx.h"
 
#include "../../debug.h"
 
#include "../../core/smallvec_type.hpp"
 
#include "../../thread/thread.h"
 

	
 
#include "tcp.h"
src/network/core/tcp_content.cpp
Show inline comments
 
@@ -14,7 +14,6 @@
 
#ifdef ENABLE_NETWORK
 

	
 
#include "../../stdafx.h"
 
#include "../../debug.h"
 
#include "tcp_content.h"
 

	
 
ContentInfo::ContentInfo()
src/network/core/tcp_game.cpp
Show inline comments
 
@@ -15,11 +15,8 @@
 

	
 
#include "../../stdafx.h"
 
#include "../../openttd.h"
 
#include "../../variables.h"
 

	
 
#include "../network_internal.h"
 
#include "packet.h"
 
#include "tcp_game.h"
 
#include "../../core/pool_func.hpp"
 

	
 
#include "table/strings.h"
src/network/core/udp.cpp
Show inline comments
 
@@ -14,12 +14,7 @@
 
#ifdef ENABLE_NETWORK
 

	
 
#include "../../stdafx.h"
 
#include "../../debug.h"
 
#include "../../core/bitmath_func.hpp"
 
#include "../../core/math_func.hpp"
 
#include "../../core/alloc_func.hpp"
 
#include "../../date_func.h"
 
#include "packet.h"
 
#include "udp.h"
 

	
 
/**
src/network/network.cpp
Show inline comments
 
@@ -10,14 +10,12 @@
 
/** @file network.cpp Base functions for networking support. */
 

	
 
#include "../stdafx.h"
 
#include "../company_type.h"
 

	
 
#ifdef ENABLE_NETWORK
 

	
 
#include "../openttd.h"
 
#include "../strings_func.h"
 
#include "../command_func.h"
 
#include "../variables.h"
 
#include "../date_func.h"
 
#include "network_internal.h"
 
#include "network_client.h"
 
@@ -32,13 +30,10 @@
 
#include "../3rdparty/md5/md5.h"
 
#include "../core/random_func.hpp"
 
#include "../window_func.h"
 
#include "../string_func.h"
 
#include "../company_func.h"
 
#include "../company_base.h"
 
#include "../settings_type.h"
 
#include "../landscape_type.h"
 
#include "../rev.h"
 
#include "../core/alloc_func.hpp"
 
#include "../core/pool_func.hpp"
 
#ifdef DEBUG_DUMP_COMMANDS
 
	#include "../fileio_func.h"
src/network/network_client.cpp
Show inline comments
 
@@ -14,7 +14,6 @@
 
#include "../stdafx.h"
 
#include "../debug.h"
 
#include "../openttd.h"
 
#include "../gfx_func.h"
 
#include "network_internal.h"
 
#include "network_gui.h"
 
#include "../saveload/saveload.h"
 
@@ -24,11 +23,9 @@
 
#include "../3rdparty/md5/md5.h"
 
#include "../strings_func.h"
 
#include "../window_func.h"
 
#include "../string_func.h"
 
#include "../company_func.h"
 
#include "../company_base.h"
 
#include "../company_gui.h"
 
#include "../settings_type.h"
 
#include "../rev.h"
 

	
 
#include "table/strings.h"
src/network/network_command.cpp
Show inline comments
 
@@ -17,8 +17,6 @@
 
#include "network_client.h"
 
#include "../command_func.h"
 
#include "../callback_table.h"
 
#include "../core/alloc_func.hpp"
 
#include "../string_func.h"
 
#include "../company_func.h"
 

	
 
/** Local queue of packets */
src/network/network_content.cpp
Show inline comments
 
@@ -13,8 +13,6 @@
 

	
 
#include "../stdafx.h"
 
#include "../rev.h"
 
#include "../fileio_func.h"
 
#include "../string_func.h"
 
#include "../ai/ai.hpp"
 
#include "../window_func.h"
 
#include "../gui.h"
src/network/network_content_gui.cpp
Show inline comments
 
@@ -11,11 +11,9 @@
 

	
 
#if defined(ENABLE_NETWORK)
 
#include "../stdafx.h"
 
#include "../string_func.h"
 
#include "../strings_func.h"
 
#include "../gfx_func.h"
 
#include "../window_func.h"
 
#include "../window_gui.h"
 
#include "../gui.h"
 
#include "../ai/ai.hpp"
 
#include "../base_media_base.h"
src/network/network_gamelist.cpp
Show inline comments
 
@@ -16,9 +16,7 @@
 

	
 
#include "../stdafx.h"
 
#include "../debug.h"
 
#include "../core/alloc_func.hpp"
 
#include "../thread/thread.h"
 
#include "../string_func.h"
 
#include "network_internal.h"
 
#include "network_udp.h"
 
#include "network_gamelist.h"
src/network/network_gui.cpp
Show inline comments
 
@@ -20,18 +20,14 @@
 
#include "network_gui.h"
 
#include "network_gamelist.h"
 
#include "../gui.h"
 
#include "network_server.h"
 
#include "network_udp.h"
 
#include "../window_func.h"
 
#include "../string_func.h"
 
#include "../gfx_func.h"
 
#include "../settings_type.h"
 
#include "../widgets/dropdown_func.h"
 
#include "../querystring_gui.h"
 
#include "../sortlist_type.h"
 
#include "../company_base.h"
 
#include "../company_func.h"
 
#include "../core/sort_func.hpp"
 

	
 
#include "table/strings.h"
 
#include "../table/sprites.h"
src/network/network_server.cpp
Show inline comments
 
@@ -25,10 +25,8 @@
 
#include "../station_base.h"
 
#include "../genworld.h"
 
#include "../fileio_func.h"
 
#include "../string_func.h"
 
#include "../company_func.h"
 
#include "../company_gui.h"
 
#include "../settings_type.h"
 
#include "../window_func.h"
 
#include "../openttd.h"
 

	
src/network/network_udp.cpp
Show inline comments
 
@@ -22,12 +22,8 @@
 
#include "network_gamelist.h"
 
#include "network_internal.h"
 
#include "network_udp.h"
 
#include "core/host.h"
 
#include "../core/endian_func.hpp"
 
#include "../core/alloc_func.hpp"
 
#include "../string_func.h"
 
#include "../company_base.h"
 
#include "../settings_type.h"
 
#include "../thread/thread.h"
 
#include "../rev.h"
 

	
src/newgrf.cpp
Show inline comments
 
@@ -41,11 +41,8 @@
 
#include "strings_func.h"
 
#include "gfx_func.h"
 
#include "date_func.h"
 
#include "vehicle_func.h"
 
#include "sound_func.h"
 
#include "string_func.h"
 
#include "network/network.h"
 
#include "map_func.h"
 
#include <map>
 
#include "core/alloc_type.hpp"
 
#include "core/mem_func.hpp"
src/newgrf_canal.cpp
Show inline comments
 
@@ -10,7 +10,6 @@
 
/** @file newgrf_canal.cpp Implementation of NewGRF canals. */
 

	
 
#include "stdafx.h"
 
#include "core/overflowsafe_type.hpp"
 
#include "tile_type.h"
 
#include "debug.h"
 
#include "newgrf_commons.h"
src/newgrf_cargo.cpp
Show inline comments
 
@@ -13,7 +13,6 @@
 
#include "debug.h"
 
#include "newgrf.h"
 
#include "newgrf_spritegroup.h"
 
#include "newgrf_cargo.h"
 

	
 
static uint32 CargoGetRandomBits(const ResolverObject *object)
 
{
src/newgrf_commons.cpp
Show inline comments
 
@@ -13,8 +13,8 @@
 

	
 
#include "stdafx.h"
 
#include "landscape.h"
 
#include "town.h"
 
#include "industry.h"
 
#include "house.h"
 
#include "industrytype.h"
 
#include "newgrf.h"
 
#include "newgrf_commons.h"
 
#include "station_map.h"
src/newgrf_config.cpp
Show inline comments
 
@@ -10,13 +10,10 @@
 
/** @file newgrf_config.cpp Finding NewGRFs and configuring them. */
 

	
 
#include "stdafx.h"
 
#include "core/sort_func.hpp"
 
#include "debug.h"
 
#include "3rdparty/md5/md5.h"
 
#include "newgrf.h"
 
#include "string_func.h"
 
#include "gamelog.h"
 
#include "network/network_type.h"
 
#include "network/network_func.h"
 
#include "gfx_func.h"
 

	
src/newgrf_engine.cpp
Show inline comments
 
@@ -22,7 +22,6 @@
 
#include "core/random_func.hpp"
 
#include "aircraft.h"
 
#include "core/smallmap_type.hpp"
 
#include "settings_type.h"
 
#include "station_base.h"
 

	
 
struct WagonOverride {
src/newgrf_gui.cpp
Show inline comments
 
@@ -11,12 +11,9 @@
 

	
 
#include "stdafx.h"
 
#include "gui.h"
 
#include "window_gui.h"
 
#include "textbuf_gui.h"
 
#include "newgrf.h"
 
#include "strings_func.h"
 
#include "window_func.h"
 
#include "string_func.h"
 
#include "gfx_func.h"
 
#include "gamelog.h"
 
#include "settings_func.h"
src/newgrf_house.cpp
Show inline comments
 
@@ -15,7 +15,6 @@
 
#include "debug.h"
 
#include "viewport_func.h"
 
#include "landscape.h"
 
#include "town_map.h"
 
#include "sprite.h"
 
#include "newgrf.h"
 
#include "newgrf_house.h"
src/newgrf_industries.cpp
Show inline comments
 
@@ -11,9 +11,7 @@
 

	
 
#include "stdafx.h"
 
#include "debug.h"
 
#include "tile_type.h"
 
#include "strings_type.h"
 
#include "company_type.h"
 
#include "industry.h"
 
#include "newgrf.h"
 
#include "newgrf_industries.h"
src/newgrf_sound.cpp
Show inline comments
 
@@ -16,7 +16,6 @@
 
#include "newgrf_sound.h"
 
#include "vehicle_base.h"
 
#include "sound_func.h"
 
#include "core/smallvec_type.hpp"
 
#include "core/mem_func.hpp"
 

	
 
static SmallVector<SoundEntry, ORIGINAL_SAMPLE_COUNT> _sounds;
src/news_gui.cpp
Show inline comments
 
@@ -15,8 +15,7 @@
 
#include "window_gui.h"
 
#include "viewport_func.h"
 
#include "news_type.h"
 
#include "settings_type.h"
 
#include "transparency.h"
 
#include "gfx_func.h"
 
#include "strings_func.h"
 
#include "window_func.h"
 
#include "date_func.h"
 
@@ -31,7 +30,6 @@
 
#include "statusbar_gui.h"
 
#include "company_manager_face.h"
 
#include "company_func.h"
 
#include "map_func.h"
 
#include "engine_gui.h"
 

	
 
#include "table/strings.h"
src/npf.cpp
Show inline comments
 
@@ -14,14 +14,11 @@
 
#include "debug.h"
 
#include "landscape.h"
 
#include "depot_base.h"
 
#include "depot_map.h"
 
#include "network/network.h"
 
#include "tunnelbridge_map.h"
 
#include "functions.h"
 
#include "vehicle_base.h"
 
#include "tunnelbridge.h"
 
#include "pbs.h"
 
#include "settings_type.h"
 
#include "pathfind.h"
 
#include "train.h"
 

	
src/openttd.cpp
Show inline comments
 
@@ -23,7 +23,6 @@
 
#include "video/video_driver.hpp"
 

	
 
#include "fontcache.h"
 
#include "gfxinit.h"
 
#include "gui.h"
 
#include "sound_func.h"
 
#include "window_func.h"
 
@@ -34,7 +33,6 @@
 
#include "company_func.h"
 
#include "command_func.h"
 
#include "news_func.h"
 
#include "fileio_func.h"
 
#include "fios.h"
 
#include "aircraft.h"
 
#include "roadveh.h"
 
@@ -61,7 +59,8 @@
 
#include "rev.h"
 
#include "highscore.h"
 
#include "thread/thread.h"
 
#include "station_base.h"
 
#include "base_station_base.h"
 
#include "airport.h"
 
#include "crashlog.h"
 

	
 
#include "newgrf_commons.h"
src/order_cmd.cpp
Show inline comments
 
@@ -16,8 +16,6 @@
 
#include "news_func.h"
 
#include "vehicle_gui.h"
 
#include "cargotype.h"
 
#include "station_map.h"
 
#include "vehicle_base.h"
 
#include "strings_func.h"
 
#include "functions.h"
 
#include "window_func.h"
 
@@ -25,7 +23,6 @@
 
#include "timetable.h"
 
#include "vehicle_func.h"
 
#include "depot_base.h"
 
#include "settings_type.h"
 
#include "roadstop_base.h"
 
#include "core/pool_func.hpp"
 
#include "aircraft.h"
src/order_gui.cpp
Show inline comments
 
@@ -10,7 +10,6 @@
 
/** @file order_gui.cpp GUI related to orders. */
 

	
 
#include "stdafx.h"
 
#include "station_map.h"
 
#include "window_gui.h"
 
#include "command_func.h"
 
#include "viewport_func.h"
 
@@ -30,7 +29,6 @@
 
#include "string_func.h"
 
#include "tilehighlight_func.h"
 
#include "network/network.h"
 
#include "settings_type.h"
 
#include "station_base.h"
 
#include "waypoint_base.h"
 

	
src/os/unix/unix.cpp
Show inline comments
 
@@ -10,14 +10,10 @@
 
/** @file unix.cpp Implementation of Unix specific file handling. */
 

	
 
#include "../../stdafx.h"
 
#include "../../openttd.h"
 
#include "../../variables.h"
 
#include "../../textbuf_gui.h"
 
#include "../../functions.h"
 
#include "../../core/random_func.hpp"
 
#include "../../crashlog.h"
 

	
 
#include "table/strings.h"
 

	
 
#include <dirent.h>
 
#include <unistd.h>
src/osk_gui.cpp
Show inline comments
 
@@ -10,7 +10,6 @@
 
/** @file osk_gui.cpp The On Screen Keyboard GUI */
 

	
 
#include "stdafx.h"
 
#include "core/math_func.hpp"
 
#include "string_func.h"
 
#include "strings_func.h"
 
#include "debug.h"
src/pathfind.cpp
Show inline comments
 
@@ -10,7 +10,6 @@
 
/** @file pathfind.cpp Implementation of the oldest supported pathfinder. */
 

	
 
#include "stdafx.h"
 
#include "settings_type.h"
 
#include "pathfind.h"
 
#include "debug.h"
 
#include "tunnelbridge_map.h"
src/pbs.cpp
Show inline comments
 
@@ -9,7 +9,6 @@
 

	
 
/** @file pbs.cpp */
 
#include "stdafx.h"
 
#include "pbs.h"
 
#include "functions.h"
 
#include "vehicle_func.h"
 
#include "yapf/follow_track.hpp"
src/rail.cpp
Show inline comments
 
@@ -16,7 +16,6 @@
 
#include "company_func.h"
 
#include "company_base.h"
 
#include "engine_base.h"
 
#include "settings_type.h"
 

	
 
/* XXX: Below 3 tables store duplicate data. Maybe remove some? */
 
/* Maps a trackdir to the bit that stores its status in the map arrays, in the
src/rail_cmd.cpp
Show inline comments
 
@@ -13,14 +13,13 @@
 
#include "openttd.h"
 
#include "cmd_helper.h"
 
#include "landscape.h"
 
#include "town_map.h"
 
#include "viewport_func.h"
 
#include "command_func.h"
 
#include "engine_base.h"
 
#include "depot_base.h"
 
#include "yapf/yapf.h"
 
#include "newgrf_engine.h"
 
#include "newgrf_station.h"
 
#include "landscape_type.h"
 
#include "newgrf_commons.h"
 
#include "train.h"
 
#include "variables.h"
 
@@ -31,7 +30,6 @@
 
#include "vehicle_func.h"
 
#include "sound_func.h"
 
#include "tunnelbridge.h"
 
#include "station_map.h"
 
#include "functions.h"
 
#include "elrail_func.h"
 
#include "town.h"
src/rail_gui.cpp
Show inline comments
 
@@ -29,7 +29,6 @@
 
#include "widgets/dropdown_type.h"
 
#include "tunnelbridge.h"
 
#include "tilehighlight_func.h"
 
#include "settings_type.h"
 
#include "spritecache.h"
 

	
 
#include "station_map.h"
src/road.cpp
Show inline comments
 
@@ -19,7 +19,6 @@
 
#include "company_base.h"
 
#include "engine_base.h"
 
#include "date_func.h"
 
#include "settings_type.h"
 
#include "landscape.h"
 

	
 
bool IsPossibleCrossing(const TileIndex tile, Axis ax)
src/road_cmd.cpp
Show inline comments
 
@@ -14,13 +14,11 @@
 
#include "cmd_helper.h"
 
#include "road_internal.h"
 
#include "landscape.h"
 
#include "town_map.h"
 
#include "viewport_func.h"
 
#include "command_func.h"
 
#include "yapf/yapf.h"
 
#include "depot_base.h"
 
#include "newgrf.h"
 
#include "station_map.h"
 
#include "variables.h"
 
#include "autoslope.h"
 
#include "tunnelbridge_map.h"
src/road_gui.cpp
Show inline comments
 
@@ -30,7 +30,6 @@
 
#include "tunnelbridge.h"
 
#include "tilehighlight_func.h"
 
#include "company_base.h"
 
#include "settings_type.h"
 

	
 
#include "table/sprites.h"
 
#include "table/strings.h"
src/roadstop.cpp
Show inline comments
 
@@ -11,7 +11,6 @@
 

	
 
#include "stdafx.h"
 
#include "roadveh.h"
 
#include "station_map.h"
 
#include "core/pool_func.hpp"
 
#include "roadstop_base.h"
 
#include "station_base.h"
src/roadveh_cmd.cpp
Show inline comments
 
@@ -12,7 +12,6 @@
 
#include "stdafx.h"
 
#include "landscape.h"
 
#include "roadveh.h"
 
#include "station_base.h"
 
#include "command_func.h"
 
#include "news_func.h"
 
#include "pathfind.h"
 
@@ -30,13 +29,11 @@
 
#include "date_func.h"
 
#include "vehicle_func.h"
 
#include "sound_func.h"
 
#include "variables.h"
 
#include "autoreplace_gui.h"
 
#include "gfx_func.h"
 
#include "ai/ai.hpp"
 
#include "depot_base.h"
 
#include "depot_map.h"
 
#include "effectvehicle_func.h"
 
#include "settings_type.h"
 
#include "roadstop_base.h"
 
#include "cargotype.h"
 
#include "newgrf_cargo.h"
src/saveload/afterload.cpp
Show inline comments
 
@@ -16,15 +16,12 @@
 
#include "../depot_base.h"
 
#include "../window_func.h"
 
#include "../fios.h"
 
#include "../train.h"
 
#include "../string_func.h"
 
#include "../gamelog.h"
 
#include "../gamelog_internal.h"
 
#include "../network/network.h"
 
#include "../gfxinit.h"
 
#include "../functions.h"
 
#include "../industry.h"
 
#include "../town_map.h"
 
#include "../clear_map.h"
 
#include "../vehicle_func.h"
 
#include "../newgrf_station.h"
src/saveload/ai_sl.cpp
Show inline comments
 
@@ -11,7 +11,6 @@
 

	
 
#include "../stdafx.h"
 
#include "../company_base.h"
 
#include "../company_func.h"
 
#include "../debug.h"
 
#include "saveload.h"
 
#include "../string_func.h"
src/saveload/company_sl.cpp
Show inline comments
 
@@ -13,7 +13,6 @@
 
#include "../company_base.h"
 
#include "../company_func.h"
 
#include "../company_manager_face.h"
 
#include "../settings_type.h"
 

	
 
#include "saveload.h"
 

	
src/saveload/industry_sl.cpp
Show inline comments
 
@@ -10,9 +10,7 @@
 
/** @file industry_sl.cpp Code handling saving and loading of industries */
 

	
 
#include "../stdafx.h"
 
#include "../tile_type.h"
 
#include "../strings_type.h"
 
#include "../company_type.h"
 
#include "../industry.h"
 
#include "../newgrf_commons.h"
 

	
src/saveload/labelmaps_sl.cpp
Show inline comments
 
@@ -10,17 +10,8 @@
 
/** @file labelmaps_sl.cpp Code handling saving and loading of rail type label mappings */
 

	
 
#include "../stdafx.h"
 
#include "../strings_type.h"
 
#include "../rail.h"
 
#include "../map_func.h"
 
#include "../tile_map.h"
 
#include "../rail_map.h"
 
#include "../road_map.h"
 
#include "../station_map.h"
 
#include "../tunnelbridge_map.h"
 
#include "../core/alloc_func.hpp"
 
#include "../core/smallvec_type.hpp"
 
#include "../settings_type.h"
 

	
 
#include "saveload.h"
 

	
src/saveload/misc_sl.cpp
Show inline comments
 
@@ -12,7 +12,6 @@
 
#include "../stdafx.h"
 
#include "../date_func.h"
 
#include "../variables.h"
 
#include "../core/random_func.hpp"
 
#include "../openttd.h"
 
#include "../zoom_func.h"
 
#include "../vehicle_func.h"
src/saveload/oldloader.cpp
Show inline comments
 
@@ -11,7 +11,6 @@
 

	
 
#include "../stdafx.h"
 
#include "../openttd.h"
 
#include "../tile_type.h"
 
#include "../debug.h"
 
#include "../strings_type.h"
 
#include "../string_func.h"
src/saveload/oldloader_sl.cpp
Show inline comments
 
@@ -22,7 +22,6 @@
 
#include "../subsidy_base.h"
 
#include "../debug.h"
 
#include "../depot_base.h"
 
#include "../newgrf_config.h"
 
#include "../zoom_func.h"
 
#include "../date_func.h"
 
#include "../vehicle_func.h"
src/saveload/saveload.cpp
Show inline comments
 
@@ -31,7 +31,6 @@
 
#include "../window_func.h"
 
#include "../strings_func.h"
 
#include "../gfx_func.h"
 
#include "../core/alloc_func.hpp"
 
#include "../core/endian_func.hpp"
 
#include "../vehicle_base.h"
 
#include "../company_func.h"
src/saveload/station_sl.cpp
Show inline comments
 
@@ -13,11 +13,7 @@
 
#include "../station_base.h"
 
#include "../waypoint_base.h"
 
#include "../roadstop_base.h"
 
#include "../order_base.h"
 
#include "../vehicle_base.h"
 
#include "../core/bitmath_func.hpp"
 
#include "../core/alloc_func.hpp"
 
#include "../variables.h"
 
#include "../newgrf_station.h"
 

	
 
#include "saveload.h"
src/saveload/town_sl.cpp
Show inline comments
 
@@ -12,7 +12,6 @@
 
#include "../stdafx.h"
 
#include "../newgrf_house.h"
 
#include "../newgrf_commons.h"
 
#include "../variables.h"
 
#include "../town.h"
 

	
 
#include "saveload.h"
src/saveload/waypoint_sl.cpp
Show inline comments
 
@@ -14,11 +14,9 @@
 
#include "../newgrf_station.h"
 
#include "../vehicle_base.h"
 
#include "../town.h"
 
#include "../station_map.h"
 

	
 
#include "table/strings.h"
 

	
 
#include "saveload.h"
 
#include "saveload_internal.h"
 

	
 
/** Helper structure to convert from the old waypoint system. */
src/screenshot.cpp
Show inline comments
 
@@ -15,10 +15,8 @@
 
#include "viewport_func.h"
 
#include "gfx_func.h"
 
#include "screenshot.h"
 
#include "variables.h"
 
#include "blitter/factory.hpp"
 
#include "zoom_func.h"
 
#include "core/alloc_func.hpp"
 
#include "core/endian_func.hpp"
 
#include "map_func.h"
 
#include "saveload/saveload.h"
src/script/script_scanner.cpp
Show inline comments
 
@@ -16,7 +16,6 @@
 

	
 
#include <squirrel.h>
 
#include "../script/squirrel.hpp"
 
#include "script_info.hpp"
 
#include "script_scanner.hpp"
 

	
 
void ScriptScanner::ScanDir(const char *dirname, const char *info_file_name)
src/sdl.cpp
Show inline comments
 
@@ -13,7 +13,6 @@
 

	
 
#ifdef WITH_SDL
 

	
 
#include "openttd.h"
 
#include "sdl.h"
 
#include <SDL.h>
 

	
src/settings.cpp
Show inline comments
 
@@ -57,14 +57,11 @@
 
#include "blitter/factory.hpp"
 
#include "base_media_base.h"
 
#include "gamelog.h"
 
#include "station_func.h"
 
#include "map_type.h"
 
#include "settings_func.h"
 
#include "ini_type.h"
 
#include "ai/ai.hpp"
 
#include "ai/ai_config.hpp"
 
#include "newgrf.h"
 
#include "engine_base.h"
 
#include "ship.h"
 

	
 
#include "void_map.h"
src/settings_gui.cpp
Show inline comments
 
@@ -16,11 +16,9 @@
 
#include "window_gui.h"
 
#include "textbuf_gui.h"
 
#include "command_func.h"
 
#include "engine_func.h"
 
#include "screenshot.h"
 
#include "network/network.h"
 
#include "town.h"
 
#include "variables.h"
 
#include "settings_internal.h"
 
#include "newgrf_townname.h"
 
#include "strings_func.h"
src/ship_cmd.cpp
Show inline comments
 
@@ -14,7 +14,6 @@
 
#include "landscape.h"
 
#include "timetable.h"
 
#include "command_func.h"
 
#include "station_base.h"
 
#include "news_func.h"
 
#include "company_func.h"
 
#include "npf.h"
 
@@ -30,11 +29,9 @@
 
#include "date_func.h"
 
#include "vehicle_func.h"
 
#include "sound_func.h"
 
#include "variables.h"
 
#include "autoreplace_gui.h"
 
#include "gfx_func.h"
 
#include "effectvehicle_func.h"
 
#include "settings_type.h"
 
#include "ai/ai.hpp"
 
#include "pathfind.h"
 
#include "landscape_type.h"
src/signs.cpp
Show inline comments
 
@@ -14,9 +14,6 @@
 
#include "signs_base.h"
 
#include "signs_func.h"
 
#include "strings_func.h"
 
#include "viewport_func.h"
 
#include "zoom_func.h"
 
#include "functions.h"
 
#include "core/pool_func.hpp"
 

	
 
#include "table/strings.h"
src/signs_cmd.cpp
Show inline comments
 
@@ -17,7 +17,6 @@
 
#include "command_func.h"
 
#include "tilehighlight_func.h"
 
#include "window_func.h"
 
#include "map_func.h"
 
#include "string_func.h"
 

	
 
#include "table/strings.h"
src/sound.cpp
Show inline comments
 
@@ -12,11 +12,9 @@
 
#include "stdafx.h"
 
#include "landscape.h"
 
#include "mixer.h"
 
#include "fileio_func.h"
 
#include "newgrf_sound.h"
 
#include "fios.h"
 
#include "window_gui.h"
 
#include "map_func.h"
 
#include "vehicle_base.h"
 
#include "debug.h"
 

	
src/spritecache.cpp
Show inline comments
 
@@ -13,7 +13,6 @@
 
#include "gfx_type.h"
 
#include "fileio_func.h"
 
#include "spriteloader/grf.hpp"
 
#include "core/alloc_func.hpp"
 
#include "gfx_func.h"
 
#ifdef WITH_PNG
 
#include "spriteloader/png.hpp"
src/spriteloader/grf.cpp
Show inline comments
 
@@ -13,7 +13,6 @@
 
#include "../gfx_func.h"
 
#include "../fileio_func.h"
 
#include "../debug.h"
 
#include "../core/alloc_func.hpp"
 
#include "../strings_func.h"
 
#include "table/strings.h"
 
#include "../gui.h"
src/spriteloader/png.cpp
Show inline comments
 
@@ -15,7 +15,6 @@
 
#include "../gfx_func.h"
 
#include "../fileio_func.h"
 
#include "../debug.h"
 
#include "../core/alloc_func.hpp"
 
#include "png.hpp"
 
#include <png.h>
 

	
src/station.cpp
Show inline comments
 
@@ -12,12 +12,8 @@
 
#include "stdafx.h"
 
#include "company_func.h"
 
#include "newgrf_cargo.h"
 
#include "yapf/yapf.h"
 
#include "cargotype.h"
 
#include "roadveh.h"
 
#include "window_type.h"
 
#include "station_gui.h"
 
#include "zoom_func.h"
 
#include "functions.h"
 
#include "window_func.h"
 
#include "date_func.h"
 
@@ -25,8 +21,6 @@
 
#include "news_func.h"
 
#include "aircraft.h"
 
#include "vehicle_gui.h"
 
#include "settings_type.h"
 
#include "subsidy_func.h"
 
#include "core/pool_func.hpp"
 
#include "station_base.h"
 
#include "roadstop_base.h"
src/station_gui.cpp
Show inline comments
 
@@ -29,10 +29,8 @@
 
#include "station_base.h"
 
#include "waypoint_base.h"
 
#include "tilehighlight_func.h"
 
#include "core/smallmap_type.hpp"
 
#include "company_base.h"
 
#include "sortlist_type.h"
 
#include "settings_type.h"
 

	
 
#include "table/strings.h"
 
#include "table/sprites.h"
src/statusbar_gui.cpp
Show inline comments
 
@@ -11,7 +11,6 @@
 

	
 
#include "stdafx.h"
 
#include "openttd.h"
 
#include "settings_type.h"
 
#include "date_func.h"
 
#include "gfx_func.h"
 
#include "news_func.h"
src/strgen/strgen.cpp
Show inline comments
 
@@ -17,14 +17,10 @@
 
#include "strgen.h"
 
#include "../table/control_codes.h"
 

	
 
#include <stdio.h>
 
#include <string.h>
 
#include <stdlib.h>
 
#include <stdarg.h>
 

	
 
#if (!defined(WIN32) && !defined(WIN64)) || defined(__CYGWIN__)
 
#include <unistd.h>
 
#include <sys/types.h>
 
#include <sys/stat.h>
 
#endif
 

	
src/strings.cpp
Show inline comments
 
@@ -12,8 +12,6 @@
 
#include "stdafx.h"
 
#include "openttd.h"
 
#include "currency.h"
 
#include "spritecache.h"
 
#include "townname_func.h"
 
#include "station_base.h"
 
#include "town.h"
 
#include "screenshot.h"
 
@@ -23,7 +21,6 @@
 
#include "music.h"
 
#include "fileio_func.h"
 
#include "group.h"
 
#include "newgrf_townname.h"
 
#include "signs_base.h"
 
#include "cargotype.h"
 
#include "fontcache.h"
 
@@ -33,7 +30,6 @@
 
#include "core/endian_func.hpp"
 
#include "date_func.h"
 
#include "vehicle_base.h"
 
#include "company_func.h"
 
#include "video/video_driver.hpp"
 
#include "engine_base.h"
 
#include "strgen/strgen.h"
src/subsidy.cpp
Show inline comments
 
@@ -12,7 +12,6 @@
 
#include "stdafx.h"
 
#include "company_func.h"
 
#include "industry.h"
 
#include "map_func.h"
 
#include "town.h"
 
#include "news_func.h"
 
#include "ai/ai.hpp"
src/subsidy_gui.cpp
Show inline comments
 
@@ -10,11 +10,9 @@
 
/** @file subsidy_gui.cpp GUI for subsidies. */
 

	
 
#include "stdafx.h"
 
#include "station_base.h"
 
#include "strings_type.h"
 
#include "industry.h"
 
#include "town.h"
 
#include "economy_func.h"
 
#include "cargotype.h"
 
#include "window_gui.h"
 
#include "strings_func.h"
 
#include "date_func.h"
src/terraform_cmd.cpp
Show inline comments
 
@@ -17,7 +17,6 @@
 
#include "variables.h"
 
#include "functions.h"
 
#include "economy_func.h"
 
#include "settings_type.h"
 

	
 
#include "table/strings.h"
 

	
src/terraform_gui.cpp
Show inline comments
 
@@ -29,10 +29,8 @@
 
#include "textbuf_gui.h"
 
#include "genworld.h"
 
#include "tree_map.h"
 
#include "station_map.h"
 
#include "landscape_type.h"
 
#include "tilehighlight_func.h"
 
#include "settings_type.h"
 

	
 
#include "table/sprites.h"
 
#include "table/strings.h"
src/texteff.cpp
Show inline comments
 
@@ -17,7 +17,6 @@
 
#include "transparency.h"
 
#include "strings_func.h"
 
#include "core/alloc_func.hpp"
 
#include "functions.h"
 
#include "viewport_func.h"
 
#include "settings_type.h"
 

	
src/tgp.cpp
Show inline comments
 
@@ -17,7 +17,6 @@
 
#include "core/alloc_func.hpp"
 
#include "core/random_func.hpp"
 
#include "landscape_type.h"
 
#include "settings_type.h"
 

	
 
/*
 
 *
src/tile_map.cpp
Show inline comments
 
@@ -12,7 +12,6 @@
 
#include "stdafx.h"
 
#include "tile_map.h"
 
#include "core/math_func.hpp"
 
#include "settings_type.h"
 

	
 
/**
 
 * Return the slope of a given tile
src/timetable_cmd.cpp
Show inline comments
 
@@ -14,7 +14,6 @@
 
#include "functions.h"
 
#include "window_func.h"
 
#include "vehicle_base.h"
 
#include "settings_type.h"
 

	
 
#include "table/strings.h"
 

	
src/timetable_gui.cpp
Show inline comments
 
@@ -20,7 +20,6 @@
 
#include "string_func.h"
 
#include "gfx_func.h"
 
#include "company_func.h"
 
#include "settings_type.h"
 

	
 
#include "table/strings.h"
 

	
src/toolbar_gui.cpp
Show inline comments
 
@@ -41,8 +41,6 @@
 
#include "tilehighlight_func.h"
 
#include "rail.h"
 
#include "widgets/dropdown_type.h"
 
#include "settings_type.h"
 
#include "newgrf_config.h"
 

	
 
#include "network/network.h"
 
#include "network/network_gui.h"
src/town_cmd.cpp
Show inline comments
 
@@ -15,7 +15,6 @@
 
#include "road_internal.h" /* Cleaning up road bits */
 
#include "road_cmd.h"
 
#include "landscape.h"
 
#include "town_map.h"
 
#include "viewport_func.h"
 
#include "command_func.h"
 
#include "industry.h"
 
@@ -24,14 +23,11 @@
 
#include "news_func.h"
 
#include "gui.h"
 
#include "unmovable_map.h"
 
#include "water_map.h"
 
#include "variables.h"
 
#include "slope_func.h"
 
#include "genworld.h"
 
#include "newgrf.h"
 
#include "newgrf_house.h"
 
#include "newgrf_commons.h"
 
#include "newgrf_townname.h"
 
#include "newgrf_text.h"
 
#include "autoslope.h"
 
#include "transparency.h"
 
@@ -40,8 +36,6 @@
 
#include "window_func.h"
 
#include "string_func.h"
 
#include "newgrf_cargo.h"
 
#include "economy_func.h"
 
#include "station_func.h"
 
#include "cheat_type.h"
 
#include "functions.h"
 
#include "animated_tile_func.h"
src/town_gui.cpp
Show inline comments
 
@@ -13,11 +13,8 @@
 
#include "openttd.h"
 
#include "town.h"
 
#include "viewport_func.h"
 
#include "window_func.h"
 
#include "gfx_func.h"
 
#include "gui.h"
 
#include "window_gui.h"
 
#include "textbuf_gui.h"
 
#include "command_func.h"
 
#include "company_func.h"
 
#include "company_base.h"
 
@@ -30,13 +27,10 @@
 
#include "tilehighlight_func.h"
 
#include "sortlist_type.h"
 
#include "road_cmd.h"
 
#include "landscape_type.h"
 
#include "landscape.h"
 
#include "cargotype.h"
 
#include "tile_map.h"
 
#include "querystring_gui.h"
 
#include "window_func.h"
 
#include "string_func.h"
 
#include "townname_func.h"
 
#include "townname_type.h"
 

	
src/townname.cpp
Show inline comments
 
@@ -10,9 +10,7 @@
 
/** @file townname.cpp Town name generators. */
 

	
 
#include "stdafx.h"
 
#include "townname_func.h"
 
#include "string_func.h"
 
#include "townname_func.h"
 
#include "townname_type.h"
 
#include "town.h"
 
#include "core/alloc_func.hpp"
src/train_cmd.cpp
Show inline comments
 
@@ -15,12 +15,8 @@
 
#include "command_func.h"
 
#include "npf.h"
 
#include "news_func.h"
 
#include "engine_func.h"
 
#include "engine_base.h"
 
#include "company_func.h"
 
#include "depot_base.h"
 
#include "vehicle_gui.h"
 
#include "train.h"
 
#include "newgrf_engine.h"
 
#include "newgrf_sound.h"
 
#include "newgrf_text.h"
 
@@ -32,7 +28,6 @@
 
#include "window_func.h"
 
#include "vehicle_func.h"
 
#include "sound_func.h"
 
#include "variables.h"
 
#include "autoreplace_gui.h"
 
#include "gfx_func.h"
 
#include "ai/ai.hpp"
src/train_gui.cpp
Show inline comments
 
@@ -15,12 +15,10 @@
 
#include "command_func.h"
 
#include "vehicle_gui.h"
 
#include "train.h"
 
#include "newgrf_engine.h"
 
#include "strings_func.h"
 
#include "vehicle_func.h"
 
#include "engine_base.h"
 
#include "window_func.h"
 
#include "settings_type.h"
 

	
 
#include "table/sprites.h"
 
#include "table/strings.h"
src/transparency_gui.cpp
Show inline comments
 
@@ -14,7 +14,6 @@
 
#include "window_gui.h"
 
#include "transparency.h"
 
#include "sound_func.h"
 
#include "core/math_func.hpp"
 

	
 
#include "table/sprites.h"
 
#include "table/strings.h"
src/tree_gui.cpp
Show inline comments
 
@@ -18,7 +18,6 @@
 
#include "company_base.h"
 
#include "command_func.h"
 
#include "sound_func.h"
 
#include "settings_type.h"
 

	
 
#include "table/sprites.h"
 
#include "table/strings.h"
src/tunnelbridge_cmd.cpp
Show inline comments
 
@@ -35,7 +35,6 @@
 
#include "vehicle_func.h"
 
#include "sound_func.h"
 
#include "tunnelbridge.h"
 
#include "engine_base.h"
 
#include "cheat_type.h"
 
#include "elrail_func.h"
 
#include "landscape_type.h"
src/unmovable_cmd.cpp
Show inline comments
 
@@ -18,7 +18,6 @@
 
#include "town.h"
 
#include "sprite.h"
 
#include "bridge_map.h"
 
#include "unmovable_map.h"
 
#include "genworld.h"
 
#include "autoslope.h"
 
#include "transparency.h"
 
@@ -26,7 +25,6 @@
 
#include "window_func.h"
 
#include "vehicle_func.h"
 
#include "company_gui.h"
 
#include "economy_func.h"
 
#include "cheat_type.h"
 
#include "landscape_type.h"
 
#include "unmovable.h"
src/vehicle.cpp
Show inline comments
 
@@ -42,7 +42,6 @@
 
#include "ai/ai.hpp"
 
#include "core/smallmap_type.hpp"
 
#include "depot_func.h"
 
#include "settings_type.h"
 
#include "network/network.h"
 
#include "core/pool_func.hpp"
 
#include "economy_base.h"
src/vehicle_gui.cpp
Show inline comments
 
@@ -37,7 +37,6 @@
 
#include "widgets/dropdown_func.h"
 
#include "timetable.h"
 
#include "vehiclelist.h"
 
#include "settings_type.h"
 
#include "articulated_vehicles.h"
 
#include "cargotype.h"
 

	
src/viewport.cpp
Show inline comments
 
@@ -43,7 +43,6 @@
 
#include "zoom_func.h"
 
#include "vehicle_func.h"
 
#include "company_func.h"
 
#include "station_func.h"
 
#include "waypoint_func.h"
 
#include "window_func.h"
 
#include "tilehighlight_func.h"
src/water_cmd.cpp
Show inline comments
 
@@ -23,7 +23,7 @@
 
#include "train.h"
 
#include "roadveh.h"
 
#include "water.h"
 
#include "industry.h"
 
#include "industry_map.h"
 
#include "cargotype.h"
 
#include "newgrf_canal.h"
 
#include "transparency.h"
src/waypoint.cpp
Show inline comments
 
@@ -11,7 +11,6 @@
 

	
 
#include "stdafx.h"
 

	
 
#include "strings_type.h"
 
#include "order_func.h"
 
#include "window_func.h"
 
#include "newgrf_station.h"
src/waypoint_cmd.cpp
Show inline comments
 
@@ -13,13 +13,11 @@
 

	
 
#include "command_func.h"
 
#include "landscape.h"
 
#include "economy_func.h"
 
#include "bridge_map.h"
 
#include "town.h"
 
#include "waypoint_base.h"
 
#include "yapf/yapf.h"
 
#include "strings_func.h"
 
#include "gfx_func.h"
 
#include "functions.h"
 
#include "window_func.h"
 
#include "date_func.h"
 
@@ -27,8 +25,7 @@
 
#include "string_func.h"
 
#include "company_func.h"
 
#include "newgrf_station.h"
 
#include "viewport_func.h"
 
#include "train.h"
 
#include "company_base.h"
 
#include "water.h"
 

	
 
#include "table/strings.h"
src/widget.cpp
Show inline comments
 
@@ -12,7 +12,6 @@
 
#include "stdafx.h"
 
#include "openttd.h"
 
#include "company_func.h"
 
#include "gfx_func.h"
 
#include "window_gui.h"
 
#include "viewport_func.h"
 
#include "zoom_func.h"
src/widgets/dropdown.cpp
Show inline comments
 
@@ -14,7 +14,6 @@
 
#include "../strings_func.h"
 
#include "../gfx_func.h"
 
#include "../window_func.h"
 
#include "../core/math_func.hpp"
 
#include "dropdown_type.h"
 

	
 
#include "table/strings.h"
src/window.cpp
Show inline comments
 
@@ -23,7 +23,6 @@
 
#include "zoom_func.h"
 
#include "map_func.h"
 
#include "vehicle_base.h"
 
#include "settings_type.h"
 
#include "cheat_type.h"
 
#include "window_func.h"
 
#include "tilehighlight_func.h"
src/yapf/yapf_rail.cpp
Show inline comments
 
@@ -15,7 +15,6 @@
 
#include "yapf_node_rail.hpp"
 
#include "yapf_costrail.hpp"
 
#include "yapf_destrail.hpp"
 
#include "../vehicle_func.h"
 
#include "../functions.h"
 

	
 
#define DEBUG_YAPF_CACHE 0
src/yapf/yapf_road.cpp
Show inline comments
 
@@ -10,8 +10,6 @@
 
/** @file yapf_road.cpp The road pathfinding. */
 

	
 
#include "../stdafx.h"
 
#include "../depot_base.h"
 
#include "../roadveh.h"
 
#include "../roadstop_base.h"
 
#include "../cargotype.h"
 
#include "../newgrf_cargo.h"
0 comments (0 inline, 0 general)