mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-09-01 02:49:10 +00:00
(svn r15299) -Cleanup: remove many redundant includes
This commit is contained in:
@@ -3,29 +3,23 @@
|
||||
/** @file order_cmd.cpp Handling of orders. */
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "openttd.h"
|
||||
#include "debug.h"
|
||||
#include "order_base.h"
|
||||
#include "order_func.h"
|
||||
#include "airport.h"
|
||||
#include "waypoint.h"
|
||||
#include "command_func.h"
|
||||
#include "company_func.h"
|
||||
#include "news_func.h"
|
||||
#include "vehicle_gui.h"
|
||||
#include "cargotype.h"
|
||||
#include "aircraft.h"
|
||||
#include "station_map.h"
|
||||
#include "vehicle_base.h"
|
||||
#include "strings_func.h"
|
||||
#include "core/alloc_func.hpp"
|
||||
#include "functions.h"
|
||||
#include "window_func.h"
|
||||
#include "settings_type.h"
|
||||
#include "string_func.h"
|
||||
#include "newgrf_cargo.h"
|
||||
#include "timetable.h"
|
||||
#include "vehicle_func.h"
|
||||
#include "oldpool_func.h"
|
||||
#include "depot_base.h"
|
||||
#include "settings_type.h"
|
||||
|
||||
#include "table/strings.h"
|
||||
|
||||
|
Reference in New Issue
Block a user