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/wctomb.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/multibyte/wctomb.c') 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 -#include #include -#include - -#include "internal.h" int wctomb(char *s, wchar_t wc) { -- cgit v1.2.1