From 12e237a3f16600ee4ea647f082d8b6971c245d7f Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Sat, 6 Dec 2003 23:22:05 +0000 Subject: Cleanup git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4112 a1c6a512-1295-4272-9138-f99709370657 --- firmware/include/time.h | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) (limited to 'firmware/include/time.h') diff --git a/firmware/include/time.h b/firmware/include/time.h index e3517e725b..5213468662 100644 --- a/firmware/include/time.h +++ b/firmware/include/time.h @@ -1,33 +1,12 @@ /* * time.h * - * Struct and function declarations for dealing with time. + * Struct declaration for dealing with time. */ #ifndef _TIME_H_ #define _TIME_H_ -#include "_ansi.h" - -#ifdef __cplusplus -extern "C" { -#endif - -#ifndef NULL -#define NULL 0 -#endif - -#ifndef _CLOCKS_PER_SEC_ -#define _CLOCKS_PER_SEC_ 1000 -#endif - -#define CLOCKS_PER_SEC _CLOCKS_PER_SEC_ -#define CLK_TCK CLOCKS_PER_SEC -#define __need_size_t -#include - -#include - struct tm { int tm_sec; @@ -41,8 +20,5 @@ struct tm int tm_isdst; }; -#ifdef __cplusplus -} -#endif #endif /* _TIME_H_ */ -- cgit v1.2.3