(svn r15704) -Cleanup: remove further includes from recently split files

This commit is contained in:
smatz 2009-03-13 23:48:07 +00:00
parent 42d9816ce3
commit 40745dc0d9
11 changed files with 2 additions and 19 deletions

View File

@ -13,7 +13,6 @@
#include "network/network.h"
#include "network/network_func.h"
#include "network/network_base.h"
#include "variables.h"
#include "ai/ai.hpp"
#include "company_manager_face.h"
#include "group.h"
@ -23,7 +22,6 @@
#include "gfx_func.h"
#include "date_func.h"
#include "sound_func.h"
#include "core/alloc_func.hpp"
#include "autoreplace_func.h"
#include "autoreplace_gui.h"
#include "string_func.h"

View File

@ -16,7 +16,6 @@
#include "vehicle_func.h"
#include "string_func.h"
#include "company_func.h"
#include "company_base.h"
#include "company_gui.h"
#include "settings_type.h"
#include "vehicle_base.h"

View File

@ -20,7 +20,6 @@
#include "window_func.h"
#include "strings_func.h"
#include "vehicle_func.h"
#include "vehicle_base.h"
#include "sound_func.h"
#include "tunnelbridge.h"
#include "cheat_type.h"

View File

@ -10,7 +10,6 @@
#include "viewport_func.h"
#include "zoom_func.h"
#include "functions.h"
#include "window_func.h"
#include "oldpool_func.h"
#include "table/strings.h"

View File

@ -8,7 +8,6 @@
#include "signs_base.h"
#include "signs_func.h"
#include "command_func.h"
#include "strings_func.h"
#include "tilehighlight_func.h"
#include "window_func.h"
#include "map_func.h"

View File

@ -9,7 +9,6 @@
#include "openttd.h"
#include "rail_map.h"
#include "landscape.h"
#include "town_type.h"
#include "unmovable_map.h"
#include "viewport_func.h"
#include "command_func.h"

View File

@ -12,7 +12,6 @@
#include "landscape.h"
#include "timetable.h"
#include "viewport_func.h"
#include "gfx_func.h"
#include "news_func.h"
#include "command_func.h"
#include "company_func.h"
@ -33,7 +32,6 @@
#include "autoreplace_func.h"
#include "autoreplace_gui.h"
#include "oldpool_func.h"
#include "depot_map.h"
#include "ai/ai.hpp"
#include "core/smallmap_type.hpp"
#include "depot_func.h"

View File

@ -3,24 +3,18 @@
/** @file vehicle_cmd.cpp Commands for vehicles. */
#include "stdafx.h"
#include "openttd.h"
#include "roadveh.h"
#include "ship.h"
#include "gfx_func.h"
#include "news_func.h"
#include "command_func.h"
#include "company_func.h"
#include "vehicle_gui.h"
#include "train.h"
#include "aircraft.h"
#include "newgrf_engine.h"
#include "newgrf_text.h"
#include "group.h"
#include "functions.h"
#include "date_func.h"
#include "window_func.h"
#include "vehicle_func.h"
#include "autoreplace_func.h"
#include "string_func.h"
#include "depot_map.h"
#include "vehiclelist.h"

View File

@ -4,7 +4,7 @@
#include "stdafx.h"
#include "command_func.h"
#include "strings_type.h"
#include "rail.h"
#include "station_base.h"
#include "town.h"
@ -12,7 +12,7 @@
#include "window_func.h"
#include "newgrf_station.h"
#include "oldpool_func.h"
#include "train.h"
#include "order_func.h"
DEFINE_OLD_POOL_GENERIC(Waypoint, Waypoint)

View File

@ -20,7 +20,6 @@
#include "string_func.h"
#include "company_func.h"
#include "newgrf_station.h"
#include "oldpool_func.h"
#include "viewport_func.h"
#include "train.h"

View File

@ -12,7 +12,6 @@
#include "gfx_func.h"
#include "command_func.h"
#include "company_func.h"
#include "functions.h"
#include "window_func.h"
#include "table/strings.h"