forked from mirror/OpenTTD
(svn r15299) -Cleanup: remove many redundant includes
This commit is contained in:
@@ -4,11 +4,7 @@
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "openttd.h"
|
||||
#include "bridge_map.h"
|
||||
#include "bridge.h"
|
||||
#include "cmd_helper.h"
|
||||
#include "station_map.h"
|
||||
#include "tile_cmd.h"
|
||||
#include "landscape.h"
|
||||
#include "viewport_func.h"
|
||||
#include "command_func.h"
|
||||
@@ -20,9 +16,8 @@
|
||||
#include "train.h"
|
||||
#include "roadveh.h"
|
||||
#include "water.h"
|
||||
#include "water_map.h"
|
||||
#include "industry_map.h"
|
||||
#include "newgrf.h"
|
||||
#include "cargotype.h"
|
||||
#include "newgrf_canal.h"
|
||||
#include "transparency.h"
|
||||
#include "strings_func.h"
|
||||
@@ -30,17 +25,12 @@
|
||||
#include "window_func.h"
|
||||
#include "vehicle_func.h"
|
||||
#include "sound_func.h"
|
||||
#include "variables.h"
|
||||
#include "company_func.h"
|
||||
#include "settings_type.h"
|
||||
#include "clear_map.h"
|
||||
#include "tree_map.h"
|
||||
#include "station_base.h"
|
||||
#include "airport.h"
|
||||
#include "aircraft.h"
|
||||
#include "newgrf_cargo.h"
|
||||
#include "effectvehicle_func.h"
|
||||
#include "oldpool_func.h"
|
||||
#include "tunnelbridge_map.h"
|
||||
|
||||
#include "table/sprites.h"
|
||||
|
Reference in New Issue
Block a user