From cd3dda5c0c38065f1431a4c74445318813f3703e Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 8 May 2008 13:29:35 +0000 Subject: (svn r13010) -Codechange: move the tree building GUI out of misc_gui.cpp. --- src/statusbar_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/statusbar_gui.cpp') diff --git a/src/statusbar_gui.cpp b/src/statusbar_gui.cpp index 730114321..8f00691ec 100644 --- a/src/statusbar_gui.cpp +++ b/src/statusbar_gui.cpp @@ -12,7 +12,7 @@ #include "string_func.h" #include "strings_func.h" #include "player_base.h" -#include "viewport_func.h" +#include "tilehighlight_func.h" #include "news_gui.h" #include "player_gui.h" #include "window_gui.h" -- cgit v1.2.3-54-g00ecf