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/landscape.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/landscape.cpp') diff --git a/src/landscape.cpp b/src/landscape.cpp index 0dc998ffc..ad92bc2ff 100644 --- a/src/landscape.cpp +++ b/src/landscape.cpp @@ -5,7 +5,6 @@ #include "bridge_map.h" #include "heightmap.h" #include "clear_map.h" -#include "date.h" #include "player.h" #include "spritecache.h" #include "table/sprites.h" @@ -24,6 +23,7 @@ #include "functions.h" #include "window_func.h" #include "functions.h" +#include "date_func.h" extern const TileTypeProcs _tile_type_clear_procs, -- cgit v1.2.3-54-g00ecf