(svn r15299) -Cleanup: remove many redundant includes
This commit is contained in:
@@ -3,27 +3,19 @@
|
||||
/** @file order_gui.cpp GUI related to orders. */
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "openttd.h"
|
||||
#include "road_map.h"
|
||||
#include "station_map.h"
|
||||
#include "gui.h"
|
||||
#include "window_gui.h"
|
||||
#include "station_base.h"
|
||||
#include "town.h"
|
||||
#include "command_func.h"
|
||||
#include "viewport_func.h"
|
||||
#include "gfx_func.h"
|
||||
#include "depot_base.h"
|
||||
#include "waypoint.h"
|
||||
#include "train.h"
|
||||
#include "water_map.h"
|
||||
#include "vehicle_base.h"
|
||||
#include "vehicle_gui.h"
|
||||
#include "timetable.h"
|
||||
#include "cargotype.h"
|
||||
#include "strings_func.h"
|
||||
#include "window_func.h"
|
||||
#include "vehicle_func.h"
|
||||
#include "settings_type.h"
|
||||
#include "company_func.h"
|
||||
#include "newgrf_cargo.h"
|
||||
#include "widgets/dropdown_func.h"
|
||||
@@ -31,6 +23,7 @@
|
||||
#include "string_func.h"
|
||||
#include "tilehighlight_func.h"
|
||||
#include "network/network.h"
|
||||
#include "settings_type.h"
|
||||
|
||||
#include "table/sprites.h"
|
||||
#include "table/strings.h"
|
||||
|
Reference in New Issue
Block a user