(svn r12490) -Codechange: rename engine.h to engine_func.h and remove unneeded inclusions of engine.h and/or replace them with engine_type.h.
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
#include "../../roadveh.h"
|
||||
#include "../../station_map.h"
|
||||
#include "../../tunnel_map.h"
|
||||
#include "../../engine.h"
|
||||
#include "../../command_func.h"
|
||||
#include "../../town.h"
|
||||
#include "../../industry.h"
|
||||
|
@@ -6,7 +6,7 @@
|
||||
#include "../../road_map.h"
|
||||
#include "../../command_func.h"
|
||||
#include "trolly.h"
|
||||
#include "../../engine.h"
|
||||
#include "../../engine_func.h"
|
||||
#include "../../variables.h"
|
||||
#include "../../bridge.h"
|
||||
#include "../../vehicle_func.h"
|
||||
|
@@ -27,7 +27,7 @@
|
||||
#include "../../town.h"
|
||||
#include "../../industry.h"
|
||||
#include "../../station_base.h"
|
||||
#include "../../engine.h"
|
||||
#include "../../engine_func.h"
|
||||
#include "../../gui.h"
|
||||
#include "../../depot.h"
|
||||
#include "../../vehicle_base.h"
|
||||
|
Reference in New Issue
Block a user