summaryrefslogtreecommitdiff
path: root/src/timetable_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-12-19 19:44:29 +0000
committerrubidium <rubidium@openttd.org>2007-12-19 19:44:29 +0000
commit8bfbfd0031bd155440432759cd6b2af0df1bccbd (patch)
tree1dade1883c85d5d6b12a252b91884e8e05409974 /src/timetable_gui.cpp
parent41e8396f574f958d7ecc016f4c7cc8260e846fa4 (diff)
downloadopenttd-8bfbfd0031bd155440432759cd6b2af0df1bccbd.tar.xz
(svn r11667) -Codechange: split window.h into a header that defines some 'global' window related types, on that defined 'global' window functions and one that defines functions and types only used by *_gui.cpps.
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 4a3f91927..d18e88194 100644
--- a/src/timetable_gui.cpp
+++ b/src/timetable_gui.cpp
@@ -13,7 +13,6 @@
#include "engine.h"
#include "gui.h"
#include "string.h"
-#include "window.h"
#include "vehicle.h"
#include "cargotype.h"
#include "depot.h"