diff options
Diffstat (limited to 'libc/stdlib')
-rw-r--r-- | libc/stdlib/_strtod.c | 4 | ||||
-rw-r--r-- | libc/stdlib/stdlib.c | 4 |
2 files changed, 0 insertions, 8 deletions
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 <bits/uClibc_uwchar.h> #endif -#ifdef __UCLIBC_HAS_XLOCALE__ -# include <xlocale.h> -#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 <wctype.h> #include <bits/uClibc_uwchar.h> -#ifdef __UCLIBC_HAS_XLOCALE__ -#include <xlocale.h> -#endif /* __UCLIBC_HAS_XLOCALE__ */ - /* TODO: clean up the following... */ #if WCHAR_MAX > 0xffffUL |