forked from mirror/OpenTTD
(svn r15299) -Cleanup: remove many redundant includes
This commit is contained in:
@@ -4,22 +4,14 @@
|
||||
* This file deals with aircraft and airport movements functionalities */
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "openttd.h"
|
||||
#include "aircraft.h"
|
||||
#include "debug.h"
|
||||
#include "landscape.h"
|
||||
#include "station_map.h"
|
||||
#include "timetable.h"
|
||||
#include "depot_func.h"
|
||||
#include "news_func.h"
|
||||
#include "airport.h"
|
||||
#include "vehicle_gui.h"
|
||||
#include "newgrf_engine.h"
|
||||
#include "newgrf_callbacks.h"
|
||||
#include "newgrf_text.h"
|
||||
#include "newgrf_sound.h"
|
||||
#include "spritecache.h"
|
||||
#include "cargotype.h"
|
||||
#include "strings_func.h"
|
||||
#include "command_func.h"
|
||||
#include "window_func.h"
|
||||
@@ -28,15 +20,14 @@
|
||||
#include "sound_func.h"
|
||||
#include "functions.h"
|
||||
#include "variables.h"
|
||||
#include "cheat_func.h"
|
||||
#include "cheat_type.h"
|
||||
#include "autoreplace_func.h"
|
||||
#include "autoreplace_gui.h"
|
||||
#include "gfx_func.h"
|
||||
#include "ai/ai.hpp"
|
||||
#include "company_func.h"
|
||||
#include "settings_type.h"
|
||||
#include "order_func.h"
|
||||
#include "effectvehicle_func.h"
|
||||
#include "settings_type.h"
|
||||
|
||||
#include "table/strings.h"
|
||||
#include "table/sprites.h"
|
||||
|
Reference in New Issue
Block a user