all printf variants: fix argument type handling for %c and %lc
[musl] / src / stdio / wscanf.c
index 8041225..4dfec25 100644 (file)
@@ -1,7 +1,6 @@
 #include <stdio.h>
 #include <stdarg.h>
 #include <wchar.h>
-#include "libc.h"
 
 int wscanf(const wchar_t *restrict fmt, ...)
 {