* libc/include/strings.h: Don't include locale.h.

This commit is contained in:
Corinna Vinschen 2010-12-08 10:28:40 +00:00
parent 7695120581
commit a406e79b02
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-12-08 Corinna Vinschen <corinna@vinschen.de>
* libc/include/strings.h: Don't include locale.h.
2010-12-07 Eric Blake <eblake@redhat.com>
* libc/include/strings.h: Don't declare removed functions when

View File

@ -11,7 +11,6 @@
#include <sys/reent.h>
#include <sys/types.h> /* for size_t */
#include <locale.h> /* for locale_t */
_BEGIN_STD_C