reduce spurious inclusion of libc.h
[musl] / src / stdio / fwscanf.c
index cb114b3..530bb7c 100644 (file)
@@ -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, ...)
 {