From bb2512780405353b1f66ffe93483972b97d1aec9 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sat, 12 Mar 2011 20:41:33 +0100 Subject: do not include xlocale.h, it is included by locale.h when needed Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- libc/misc/time/time.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libc/misc/time') diff --git a/libc/misc/time/time.c b/libc/misc/time/time.c index 534a7aa9a..ee1c0c532 100644 --- a/libc/misc/time/time.c +++ b/libc/misc/time/time.c @@ -149,10 +149,6 @@ #ifdef __UCLIBC_HAS_WCHAR__ #include #endif -#ifdef __UCLIBC_HAS_XLOCALE__ -#include -#endif - #ifndef __isleap #define __isleap(y) ( !((y) % 4) && ( ((y) % 100) || !((y) % 400) ) ) -- cgit v1.2.3