From b9046c97fb6d3723c48c1004f03c759d1747ba63 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 26 Dec 2007 13:50:40 +0000 Subject: (svn r11702) -Codechange: move all date related stuff to date*. --- src/genworld_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/genworld_gui.cpp') diff --git a/src/genworld_gui.cpp b/src/genworld_gui.cpp index 109c19f88..f8306e794 100644 --- a/src/genworld_gui.cpp +++ b/src/genworld_gui.cpp @@ -21,10 +21,10 @@ #include "genworld.h" #include "network/network.h" #include "thread.h" -#include "date.h" #include "newgrf_config.h" #include "strings_func.h" #include "window_func.h" +#include "date_func.h" /** * In what 'mode' the GenerateLandscapeWindowProc is. -- cgit v1.2.3-54-g00ecf