From acc7c9eb01b24b31334860594bbb00c85ccd8546 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 7 Jan 2008 00:19:09 +0000 Subject: (svn r11771) -Codechange: split settings.h into better separated headers. --- src/genworld.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/genworld.cpp') diff --git a/src/genworld.cpp b/src/genworld.cpp index 7fc1cfd92..67aec8187 100644 --- a/src/genworld.cpp +++ b/src/genworld.cpp @@ -15,7 +15,7 @@ #include "window_func.h" #include "network/network.h" #include "debug.h" -#include "settings.h" +#include "settings_func.h" #include "heightmap.h" #include "viewport.h" #include "map_func.h" -- cgit v1.2.3-54-g00ecf