reduce spurious inclusion of libc.h
[musl] / src / stdlib / strtod.c
index 461dcf8..a898b1d 100644 (file)
@@ -2,7 +2,6 @@
 #include "shgetc.h"
 #include "floatscan.h"
 #include "stdio_impl.h"
-#include "libc.h"
 
 static long double strtox(const char *s, char **p, int prec)
 {