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/ship_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ship_cmd.cpp') diff --git a/src/ship_cmd.cpp b/src/ship_cmd.cpp index e318689be..dde0843f9 100644 --- a/src/ship_cmd.cpp +++ b/src/ship_cmd.cpp @@ -28,12 +28,12 @@ #include "newgrf_callbacks.h" #include "newgrf_text.h" #include "newgrf_sound.h" -#include "date.h" #include "spritecache.h" #include "misc/autoptr.hpp" #include "strings_func.h" #include "functions.h" #include "window_func.h" +#include "date_func.h" static const uint16 _ship_sprites[] = {0x0E5D, 0x0E55, 0x0E65, 0x0E6D}; -- cgit v1.2.3-54-g00ecf