X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstdio%2Ffscanf.c;h=f639e118b0dae83a7177ae75a4a235b47d23c3a2;hb=f70375df85d26235a45e74559afd69be59e5ff99;hp=acb8a106c4385a3b4a84d404369273dd747bd2d8;hpb=5c5ac810c31a77dd17b95bb93e13487a3c1c1433;p=musl diff --git a/src/stdio/fscanf.c b/src/stdio/fscanf.c index acb8a106..f639e118 100644 --- a/src/stdio/fscanf.c +++ b/src/stdio/fscanf.c @@ -1,6 +1,5 @@ #include #include -#include "libc.h" int fscanf(FILE *restrict f, const char *restrict fmt, ...) {