summaryrefslogtreecommitdiff
path: root/window.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-21 22:15:02 +0000
committertron <tron@openttd.org>2005-07-21 22:15:02 +0000
commit0762aa9ec950a7c7966b1706daa7a032f5de790a (patch)
tree0e2d2d052ab58755549ef42d694f58679a4c496c /window.h
parenta446294e7cdbcf71ffe2052a4a9954dc46a64133 (diff)
downloadopenttd-0762aa9ec950a7c7966b1706daa7a032f5de790a.tar.xz
(svn r2669) Shuffle some more stuff around to reduce dependencies
Diffstat (limited to 'window.h')
-rw-r--r--window.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/window.h b/window.h
index 3eab3f80e..fbdf8ba26 100644
--- a/window.h
+++ b/window.h
@@ -1,8 +1,6 @@
#ifndef WINDOW_H
#define WINDOW_H
-#include "vehicle_gui.h"
-
typedef union WindowEvent WindowEvent;
//typedef void WindowProc(Window *w, int event, int wparam, long lparam);