X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Ftime%2Fwcsftime.c;h=8e1437b33f9ce808597adcdf8db033514cb7fea8;hb=ff5b8ad386d900e4a4c11ecdfb52dceadd9d0ee9;hp=31b30caf511e3328535497b0f1ef2c6ca07b1417;hpb=01294da7f71958ed0d3aa5bdc8d625c405c8926a;p=musl diff --git a/src/time/wcsftime.c b/src/time/wcsftime.c index 31b30caf..8e1437b3 100644 --- a/src/time/wcsftime.c +++ b/src/time/wcsftime.c @@ -3,7 +3,6 @@ #include #include "locale_impl.h" #include "time_impl.h" -#include "libc.h" size_t __wcsftime_l(wchar_t *restrict s, size_t n, const wchar_t *restrict f, const struct tm *restrict tm, locale_t loc) {