fix erroneous return of partial username matches by getspnam[_r]
[musl] / src / multibyte / mblen.c
index 26d3564..96b47b1 100644 (file)
@@ -5,11 +5,6 @@
  */
 
 #include <stdlib.h>
-#include <inttypes.h>
-#include <wchar.h>
-#include <errno.h>
-
-#include "internal.h"
 
 int mblen(const char *s, size_t n)
 {