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/screenshot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/screenshot.cpp') diff --git a/src/screenshot.cpp b/src/screenshot.cpp index ea377981c..8b585f75a 100644 --- a/src/screenshot.cpp +++ b/src/screenshot.cpp @@ -9,7 +9,6 @@ #include "player.h" #include "screenshot.h" #include "variables.h" -#include "date.h" #include "string.h" #include "blitter/factory.hpp" #include "fileio.h" @@ -18,6 +17,7 @@ #include "core/alloc_func.hpp" #include "core/endian_func.hpp" #include "map_func.h" +#include "date_func.h" char _screenshot_format_name[8]; uint _num_screenshot_formats; -- cgit v1.2.3-54-g00ecf