diff options
Diffstat (limited to 'libc/stdio/parsefloat.c')
-rw-r--r-- | libc/stdio/parsefloat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/stdio/parsefloat.c b/libc/stdio/parsefloat.c index e911da412..d81e71359 100644 --- a/libc/stdio/parsefloat.c +++ b/libc/stdio/parsefloat.c @@ -34,7 +34,6 @@ #include <stdlib.h> #include "local.h" -#include "floatio.h" #define BUF 513 /* Maximum length of numeric string. */ |