remove wide printf dependency on ugly hack in vfprintf
[musl] / src / stdio / vscanf.c
index 43892f0..9d46ab0 100644 (file)
@@ -1,6 +1,5 @@
 #include <stdio.h>
 #include <stdarg.h>
-#include "libc.h"
 
 int vscanf(const char *restrict fmt, va_list ap)
 {