summaryrefslogtreecommitdiff
path: root/src/build_vehicle_gui.cpp
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
commitdf1d9bd8808fbf0f7e871f6ab5b361b7c8c4ad9d (patch)
tree92c7d9b5af5f6b372ee41d33cbd5729a840656ea /src/build_vehicle_gui.cpp
parentc51b81c24781faad386950578a1045c9dd038fc5 (diff)
downloadopenttd-df1d9bd8808fbf0f7e871f6ab5b361b7c8c4ad9d.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/build_vehicle_gui.cpp')
-rw-r--r--src/build_vehicle_gui.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/build_vehicle_gui.cpp b/src/build_vehicle_gui.cpp
index 396c85587..58114c221 100644
--- a/src/build_vehicle_gui.cpp
+++ b/src/build_vehicle_gui.cpp
@@ -13,7 +13,6 @@
#include "articulated_vehicles.h"
#include "textbuf_gui.h"
#include "command_func.h"
-#include "engine.h"
#include "player_func.h"
#include "depot.h"
#include "airport.h"