summaryrefslogtreecommitdiff
path: root/src/multibyte/wctomb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/multibyte/wctomb.c')
-rw-r--r--src/multibyte/wctomb.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/multibyte/wctomb.c b/src/multibyte/wctomb.c
index 6910ef37..de7ed84d 100644
--- a/src/multibyte/wctomb.c
+++ b/src/multibyte/wctomb.c
@@ -5,11 +5,7 @@
*/
#include <stdlib.h>
-#include <inttypes.h>
#include <wchar.h>
-#include <errno.h>
-
-#include "internal.h"
int wctomb(char *s, wchar_t wc)
{