summaryrefslogtreecommitdiff
path: root/src/timetable_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
commitef2be7d0fc13aadeb124481943c573ff224162a9 (patch)
tree92c7d9b5af5f6b372ee41d33cbd5729a840656ea /src/timetable_gui.cpp
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/timetable_gui.cpp')
-rw-r--r--src/timetable_gui.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/timetable_gui.cpp b/src/timetable_gui.cpp
index 85db9f1d1..887929b69 100644
--- a/src/timetable_gui.cpp
+++ b/src/timetable_gui.cpp
@@ -6,7 +6,6 @@
#include "openttd.h"
#include "variables.h"
#include "command_func.h"
-#include "engine.h"
#include "gui.h"
#include "window_gui.h"
#include "textbuf_gui.h"