mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
No need to include floatio.h here: vfscanf() no longer uses anything
it defines.
This commit is contained in:
parent
eff3a9fd92
commit
14ffdae94d
2 changed files with 0 additions and 2 deletions
|
|
@ -60,7 +60,6 @@ __FBSDID("$FreeBSD$");
|
|||
|
||||
#ifdef FLOATING_POINT
|
||||
#include <locale.h>
|
||||
#include "floatio.h"
|
||||
#endif
|
||||
|
||||
#define BUF 513 /* Maximum length of numeric string. */
|
||||
|
|
|
|||
|
|
@ -62,7 +62,6 @@ __FBSDID("$FreeBSD$");
|
|||
|
||||
#ifdef FLOATING_POINT
|
||||
#include <locale.h>
|
||||
#include "floatio.h"
|
||||
#endif
|
||||
|
||||
#define BUF 513 /* Maximum length of numeric string. */
|
||||
|
|
|
|||
Loading…
Reference in a new issue