TBTR: Tidy up includes
This commit is contained in:
@@ -8,35 +8,31 @@
|
||||
/** @file tbtr_template_vehicle_func.cpp Template-based train replacement: template vehicle functions. */
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "window_gui.h"
|
||||
#include "gfx_func.h"
|
||||
#include "window_func.h"
|
||||
#include "command_func.h"
|
||||
#include "vehicle_gui.h"
|
||||
#include "train.h"
|
||||
#include "strings_func.h"
|
||||
#include "vehicle_func.h"
|
||||
#include "core/geometry_type.hpp"
|
||||
#include "debug.h"
|
||||
#include "zoom_func.h"
|
||||
#include "core/backup_type.hpp"
|
||||
#include "core/random_func.hpp"
|
||||
|
||||
#include "table/sprites.h"
|
||||
#include "table/strings.h"
|
||||
|
||||
#include "cargoaction.h"
|
||||
#include "train.h"
|
||||
#include "company_func.h"
|
||||
#include "newgrf.h"
|
||||
#include "spritecache.h"
|
||||
#include "articulated_vehicles.h"
|
||||
#include "autoreplace_func.h"
|
||||
|
||||
#include "cargoaction.h"
|
||||
#include "command_func.h"
|
||||
#include "company_func.h"
|
||||
#include "core/backup_type.hpp"
|
||||
#include "core/geometry_type.hpp"
|
||||
#include "core/random_func.hpp"
|
||||
#include "debug.h"
|
||||
#include "depot_base.h"
|
||||
|
||||
#include "tbtr_template_vehicle.h"
|
||||
#include "gfx_func.h"
|
||||
#include "newgrf.h"
|
||||
#include "spritecache.h"
|
||||
#include "strings_func.h"
|
||||
#include "table/sprites.h"
|
||||
#include "table/strings.h"
|
||||
#include "tbtr_template_vehicle_func.h"
|
||||
#include "tbtr_template_vehicle.h"
|
||||
#include "train.h"
|
||||
#include "vehicle_func.h"
|
||||
#include "vehicle_gui.h"
|
||||
#include "window_func.h"
|
||||
#include "window_gui.h"
|
||||
#include "zoom_func.h"
|
||||
|
||||
|
||||
#include <map>
|
||||
#include <stdio.h>
|
||||
|
Reference in New Issue
Block a user