diff options
Diffstat (limited to '')
-rw-r--r-- | common/mischelp.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/common/mischelp.h b/common/mischelp.h index bdee5a4..7359ec2 100644 --- a/common/mischelp.h +++ b/common/mischelp.h @@ -38,12 +38,6 @@ int same_file_p (const char *name1, const char *name2); -#ifndef HAVE_TIMEGM -#include <time.h> -time_t timegm (struct tm *tm); -#endif /*!HAVE_TIMEGM*/ - - #define DIM(v) (sizeof(v)/sizeof((v)[0])) #define DIMof(type,member) DIM(((type *)0)->member) |