res_send: use a temp buffer if caller's buffer is under 512 bytes
[musl] / src / stdio / swscanf.c
index c798609..03d572d 100644 (file)
@@ -1,7 +1,5 @@
-#include <stdio.h>
 #include <stdarg.h>
 #include <wchar.h>
-#include "libc.h"
 
 int swscanf(const wchar_t *restrict s, const wchar_t *restrict fmt, ...)
 {