From b4b3190b62538249dffe77b60e5b65b3d78005d8 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 9 Jan 2008 09:57:48 +0000 Subject: (svn r11788) -Fix (11787): makedepend doesn't mark delete files as changed... --- src/genworld.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/genworld.cpp') diff --git a/src/genworld.cpp b/src/genworld.cpp index 67aec8187..15c3f961b 100644 --- a/src/genworld.cpp +++ b/src/genworld.cpp @@ -17,7 +17,8 @@ #include "debug.h" #include "settings_func.h" #include "heightmap.h" -#include "viewport.h" +#include "viewport_func.h" +#include "gfx_func.h" #include "map_func.h" #include "date_func.h" #include "core/random_func.hpp" -- cgit v1.2.3-54-g00ecf