include cleanups: remove unused headers and add feature test macros
[musl] / src / stdio / vfwscanf.c
index 75f04d7..f8f4b70 100644 (file)
@@ -6,9 +6,6 @@
 #include <wctype.h>
 #include <limits.h>
 #include <string.h>
-#include <errno.h>
-#include <math.h>
-#include <float.h>
 
 #include "stdio_impl.h"
 #include "shgetc.h"