X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmultibyte%2Fwctomb.c;h=de7ed84d9bbcfc83d5c8e77a45a1677b8a7ab971;hb=8fba4458afb7304b32ca887e4a3990c6029131f9;hp=6910ef37f5041f88fe829a4dc25c68cbd9238671;hpb=0b44a0315b47dd8eced9f3b7f31580cf14bbfc01;p=musl 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) {