diff --git a/Source/o_vscanf.c b/Source/o_vscanf.c index f6232f42d..6a363791a 100644 --- a/Source/o_vscanf.c +++ b/Source/o_vscanf.c @@ -59,7 +59,6 @@ Cambridge, MA 02139, USA. */ #include #include #include -#include extern double strtod(const char *str, char **ptr); extern long strtol(const char *str, char** ptr, int base);