summaryrefslogtreecommitdiff
path: root/src/win32.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
commit8896bea3064b6106b175585bd3098238c21a78a1 (patch)
tree1dade1883c85d5d6b12a252b91884e8e05409974 /src/win32.cpp
parenta9dafdff48fa8b47720a018819e6784a85870034 (diff)
downloadopenttd-8896bea3064b6106b175585bd3098238c21a78a1.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/win32.cpp')
-rw-r--r--src/win32.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/win32.cpp b/src/win32.cpp
index b1e143d4f..98452773a 100644
--- a/src/win32.cpp
+++ b/src/win32.cpp
@@ -11,7 +11,6 @@
#include "saveload.h"
#include "string.h"
#include "gfx.h"
-#include "window.h"
#include "fileio.h"
#include <windows.h>
#include <winnt.h>