forked from mirror/OpenTTD
(svn r15299) -Cleanup: remove many redundant includes
This commit is contained in:
@@ -10,36 +10,25 @@
|
||||
#include "window_gui.h"
|
||||
#include "textbuf_gui.h"
|
||||
#include "command_func.h"
|
||||
#include "variables.h"
|
||||
#include "vehicle_gui.h"
|
||||
#include "vehicle_gui_base.h"
|
||||
#include "viewport_func.h"
|
||||
#include "gfx_func.h"
|
||||
#include "train.h"
|
||||
#include "newgrf_callbacks.h"
|
||||
#include "newgrf_engine.h"
|
||||
#include "newgrf_text.h"
|
||||
#include "ship.h"
|
||||
#include "aircraft.h"
|
||||
#include "station_map.h"
|
||||
#include "roadveh.h"
|
||||
#include "depot_base.h"
|
||||
#include "cargotype.h"
|
||||
#include "group.h"
|
||||
#include "group_gui.h"
|
||||
#include "strings_func.h"
|
||||
#include "functions.h"
|
||||
#include "window_func.h"
|
||||
#include "vehicle_func.h"
|
||||
#include "autoreplace_gui.h"
|
||||
#include "core/alloc_func.hpp"
|
||||
#include "core/mem_func.hpp"
|
||||
#include "core/sort_func.hpp"
|
||||
#include "string_func.h"
|
||||
#include "settings_type.h"
|
||||
#include "widgets/dropdown_func.h"
|
||||
#include "order_func.h"
|
||||
#include "timetable.h"
|
||||
#include "vehiclelist.h"
|
||||
#include "settings_type.h"
|
||||
|
||||
#include "table/sprites.h"
|
||||
#include "table/strings.h"
|
||||
|
Reference in New Issue
Block a user