X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstring%2Fwmemset.c;h=07a037a0f92dd667cf0fd7c2ac74319462113664;hb=0676c3a34c7bf12b33f8f5efb92476f4ffc7f20e;hp=1a2a8618d1b037851270459fb7756816ee6fe9d4;hpb=0b44a0315b47dd8eced9f3b7f31580cf14bbfc01;p=musl diff --git a/src/string/wmemset.c b/src/string/wmemset.c index 1a2a8618..07a037a0 100644 --- a/src/string/wmemset.c +++ b/src/string/wmemset.c @@ -1,4 +1,3 @@ -#include #include wchar_t *wmemset(wchar_t *d, wchar_t c, size_t n)