X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fstrftime.c;h=3fce99bd892d06d2a1434a1f9fc0258e2715e92f;hb=0d0706a5f5e05d18ab61e7f19ca407452db68a31;hp=361a212067adbf258e5e4b1d21af52bfcee9c313;hpb=96f7b7d91a671011cb95059bad591615c250495d;p=gnulib.git diff --git a/lib/strftime.c b/lib/strftime.c index 361a21206..3fce99bd8 100644 --- a/lib/strftime.c +++ b/lib/strftime.c @@ -36,18 +36,8 @@ #endif #include -#include /* Some systems define `time_t' here. */ +#include -#ifdef TIME_WITH_SYS_TIME -# include -# include -#else -# ifdef HAVE_SYS_TIME_H -# include -# else -# include -# endif -#endif #if HAVE_TZNAME && ! defined tzname extern char *tzname[]; #endif