summaryrefslogtreecommitdiff
path: root/src/window.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-01-09 09:45:45 +0000
committerrubidium <rubidium@openttd.org>2008-01-09 09:45:45 +0000
commit0e517fe023a697d9df45e56548f77946a3d0ddb9 (patch)
tree5166041a51236814028fc71befa8a3fcb524ecb1 /src/window.cpp
parent931e6ea49de62723c57523095c38f26d36fcc134 (diff)
downloadopenttd-0e517fe023a697d9df45e56548f77946a3d0ddb9.tar.xz
(svn r11787) -Codechange: more header rewrites. This time related to viewport.h.
Diffstat (limited to 'src/window.cpp')
-rw-r--r--src/window.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/window.cpp b/src/window.cpp
index c85faa5a6..9d1b8f57d 100644
--- a/src/window.cpp
+++ b/src/window.cpp
@@ -7,8 +7,9 @@
#include "openttd.h"
#include "debug.h"
#include "player.h"
-#include "viewport.h"
+#include "gfx_func.h"
#include "console.h"
+#include "viewport_func.h"
#include "variables.h"
#include "table/sprites.h"
#include "genworld.h"