fix build regression in oldmalloc
[musl] / src / locale / wcscoll.c
index 14bb8b9..ad2cc69 100644 (file)
@@ -1,7 +1,6 @@
 #include <wchar.h>
 #include <locale.h>
 #include "locale_impl.h"
-#include "libc.h"
 
 /* FIXME: stub */
 int __wcscoll_l(const wchar_t *l, const wchar_t *r, locale_t locale)