diff options
Diffstat (limited to 'src/multibyte/wcsrtombs.c')
-rw-r--r-- | src/multibyte/wcsrtombs.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/multibyte/wcsrtombs.c b/src/multibyte/wcsrtombs.c index d48a65e7..5cf8f3eb 100644 --- a/src/multibyte/wcsrtombs.c +++ b/src/multibyte/wcsrtombs.c @@ -4,12 +4,7 @@ * unnecessary. */ -#include <stdlib.h> -#include <inttypes.h> #include <wchar.h> -#include <errno.h> - -#include "internal.h" size_t wcsrtombs(char *restrict s, const wchar_t **restrict ws, size_t n, mbstate_t *restrict st) { |