From 571744447c23f91feb6439948f3a619aca850dfb Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Thu, 12 Dec 2013 05:09:18 +0000 Subject: include cleanups: remove unused headers and add feature test macros --- src/multibyte/wcrtomb.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/multibyte/wcrtomb.c') diff --git a/src/multibyte/wcrtomb.c b/src/multibyte/wcrtomb.c index 250649f5..59f733db 100644 --- a/src/multibyte/wcrtomb.c +++ b/src/multibyte/wcrtomb.c @@ -4,13 +4,9 @@ * unnecessary. */ -#include -#include #include #include -#include "internal.h" - size_t wcrtomb(char *restrict s, wchar_t wc, mbstate_t *restrict st) { if (!s) return 1; -- cgit v1.2.1