diff options
Diffstat (limited to 'src/stdio/fwscanf.c')
-rw-r--r-- | src/stdio/fwscanf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stdio/fwscanf.c b/src/stdio/fwscanf.c index cb114b39..530bb7c7 100644 --- a/src/stdio/fwscanf.c +++ b/src/stdio/fwscanf.c @@ -1,7 +1,6 @@ #include <stdio.h> #include <stdarg.h> #include <wchar.h> -#include "libc.h" int fwscanf(FILE *restrict f, const wchar_t *restrict fmt, ...) { |