summaryrefslogtreecommitdiff
path: root/src/ai/trolly
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-03-31 00:17:39 +0000
committerrubidium <rubidium@openttd.org>2008-03-31 00:17:39 +0000
commitef2be7d0fc13aadeb124481943c573ff224162a9 (patch)
tree92c7d9b5af5f6b372ee41d33cbd5729a840656ea /src/ai/trolly
parent2edd403656281f774e4a53251395b7b647a1c48b (diff)
downloadopenttd-ef2be7d0fc13aadeb124481943c573ff224162a9.tar.xz
(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.
Diffstat (limited to 'src/ai/trolly')
-rw-r--r--src/ai/trolly/build.cpp2
-rw-r--r--src/ai/trolly/trolly.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ai/trolly/build.cpp b/src/ai/trolly/build.cpp
index 109b937aa..b46984d0a 100644
--- a/src/ai/trolly/build.cpp
+++ b/src/ai/trolly/build.cpp
@@ -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"
diff --git a/src/ai/trolly/trolly.cpp b/src/ai/trolly/trolly.cpp
index 0d176dc14..0860c43b0 100644
--- a/src/ai/trolly/trolly.cpp
+++ b/src/ai/trolly/trolly.cpp
@@ -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"