(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:
rubidium
2008-03-31 00:17:39 +00:00
parent 2edd403656
commit ef2be7d0fc
46 changed files with 29 additions and 41 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"