summaryrefslogtreecommitdiff
path: root/src/multibyte/mblen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/multibyte/mblen.c')
-rw-r--r--src/multibyte/mblen.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/multibyte/mblen.c b/src/multibyte/mblen.c
index 26d35649..96b47b12 100644
--- a/src/multibyte/mblen.c
+++ b/src/multibyte/mblen.c
@@ -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)
{