From 82fc28f77f4ba1d613c1930781f77b45e4af5121 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 15 Jan 2010 16:41:15 +0000 Subject: (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header --- src/genworld_gui.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/genworld_gui.cpp') diff --git a/src/genworld_gui.cpp b/src/genworld_gui.cpp index 68faeca8d..20417b68f 100644 --- a/src/genworld_gui.cpp +++ b/src/genworld_gui.cpp @@ -23,7 +23,6 @@ #include "sound_func.h" #include "fios.h" #include "string_func.h" -#include "gfx_func.h" #include "widgets/dropdown_type.h" #include "widgets/dropdown_func.h" #include "landscape_type.h" @@ -31,6 +30,8 @@ #include "town.h" #include "thread/thread.h" #include "settings_func.h" +#include "core/geometry_func.hpp" +#include "core/random_func.hpp" #include "table/strings.h" #include "table/sprites.h" -- cgit v1.2.3-54-g00ecf