diff options
Diffstat (limited to 'lib/libc/stdio/vfscanf.c')
-rw-r--r-- | lib/libc/stdio/vfscanf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/stdio/vfscanf.c b/lib/libc/stdio/vfscanf.c index d9d3e1c..b447923 100644 --- a/lib/libc/stdio/vfscanf.c +++ b/lib/libc/stdio/vfscanf.c @@ -60,7 +60,6 @@ __FBSDID("$FreeBSD$"); #ifdef FLOATING_POINT #include <locale.h> -#include "floatio.h" #endif #define BUF 513 /* Maximum length of numeric string. */ |