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/players.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/players.cpp') diff --git a/src/players.cpp b/src/players.cpp index 7f9b5ff7f..9f6ce32fd 100644 --- a/src/players.cpp +++ b/src/players.cpp @@ -25,10 +25,10 @@ #include "engine.h" #include "ai/ai.h" #include "date.h" -#include "window.h" #include "player_face.h" #include "group.h" #include "settings.h" +#include "window_func.h" /** * Sets the local player and updates the patch settings that are set on a -- cgit v1.2.3-54-g00ecf