diff options
Diffstat (limited to 'src/map/date.h')
-rw-r--r-- | src/map/date.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/date.h b/src/map/date.h index b3ed59b2f..46f0d86c3 100644 --- a/src/map/date.h +++ b/src/map/date.h @@ -4,8 +4,6 @@ #ifndef _MAP_DATE_H_ #define _MAP_DATE_H_ -#include "../common/cbasetypes.h" - int date_get_year(void); int date_get_month(void); int date_get_day(void); |