From 8896bea3064b6106b175585bd3098238c21a78a1 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 19 Dec 2007 19:44:29 +0000 Subject: (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. --- src/unix.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/unix.cpp') diff --git a/src/unix.cpp b/src/unix.cpp index 0dc98d63c..521f51368 100644 --- a/src/unix.cpp +++ b/src/unix.cpp @@ -5,10 +5,10 @@ #include "stdafx.h" #include "openttd.h" #include "functions.h" -#include "window.h" #include "string.h" #include "table/strings.h" #include "variables.h" +#include "gui.h" #include #include -- cgit v1.2.3-54-g00ecf