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/stdlib/_strtod.c | 4 ---- libc/stdlib/stdlib.c | 4 ---- 2 files changed, 8 deletions(-) (limited to 'libc/stdlib') diff --git a/libc/stdlib/_strtod.c b/libc/stdlib/_strtod.c index f468c7347..cc57d14b9 100644 --- a/libc/stdlib/_strtod.c +++ b/libc/stdlib/_strtod.c @@ -112,10 +112,6 @@ # include #endif -#ifdef __UCLIBC_HAS_XLOCALE__ -# include -#endif - /* Handle _STRTOD_HEXADECIMAL_FLOATS via uClibc config now. */ #undef _STRTOD_HEXADECIMAL_FLOATS #ifdef __UCLIBC_HAS_HEXADECIMAL_FLOATS__ diff --git a/libc/stdlib/stdlib.c b/libc/stdlib/stdlib.c index de8f084bd..ef33be308 100644 --- a/libc/stdlib/stdlib.c +++ b/libc/stdlib/stdlib.c @@ -100,10 +100,6 @@ #include #include -#ifdef __UCLIBC_HAS_XLOCALE__ -#include -#endif /* __UCLIBC_HAS_XLOCALE__ */ - /* TODO: clean up the following... */ #if WCHAR_MAX > 0xffffUL -- cgit v1.2.3