forked from mirror/OpenTTD
(svn r15299) -Cleanup: remove many redundant includes
This commit is contained in:
@@ -3,20 +3,9 @@
|
||||
/** @file station.cpp Implementation of the station base class. */
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "openttd.h"
|
||||
#include "bridge_map.h"
|
||||
#include "debug.h"
|
||||
#include "station_map.h"
|
||||
#include "station_base.h"
|
||||
#include "town.h"
|
||||
#include "company_func.h"
|
||||
#include "airport.h"
|
||||
#include "sprite.h"
|
||||
#include "train.h"
|
||||
#include "water_map.h"
|
||||
#include "industry_map.h"
|
||||
#include "newgrf_callbacks.h"
|
||||
#include "newgrf_station.h"
|
||||
#include "industry.h"
|
||||
#include "newgrf_cargo.h"
|
||||
#include "yapf/yapf.h"
|
||||
#include "cargotype.h"
|
||||
#include "roadveh.h"
|
||||
@@ -26,15 +15,12 @@
|
||||
#include "functions.h"
|
||||
#include "window_func.h"
|
||||
#include "date_func.h"
|
||||
#include "variables.h"
|
||||
#include "settings_type.h"
|
||||
#include "command_func.h"
|
||||
#include "order_func.h"
|
||||
#include "news_func.h"
|
||||
#include "aircraft.h"
|
||||
#include "vehicle_gui.h"
|
||||
#include "settings_type.h"
|
||||
|
||||
#include "table/sprites.h"
|
||||
#include "table/strings.h"
|
||||
|
||||
Station::Station(TileIndex tile)
|
||||
|
Reference in New Issue
Block a user