From 8bfbfd0031bd155440432759cd6b2af0df1bccbd 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/smallmap_gui.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/smallmap_gui.cpp') diff --git a/src/smallmap_gui.cpp b/src/smallmap_gui.cpp index 2208128b7..3b6d46972 100644 --- a/src/smallmap_gui.cpp +++ b/src/smallmap_gui.cpp @@ -19,7 +19,6 @@ #include "gui.h" #include "tree_map.h" #include "tunnel_map.h" -#include "window.h" #include "gfx.h" #include "viewport.h" #include "player.h" -- cgit v1.2.3-54-g00ecf