aboutsummaryrefslogtreecommitdiff
path: root/libbb/bb_strtod.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/bb_strtod.c')
-rw-r--r--libbb/bb_strtod.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libbb/bb_strtod.c b/libbb/bb_strtod.c
index 5dde78414..5e1d0535e 100644
--- a/libbb/bb_strtod.c
+++ b/libbb/bb_strtod.c
@@ -6,7 +6,6 @@
6 * 6 *
7 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 7 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
8 */ 8 */
9
10#include "libbb.h" 9#include "libbb.h"
11#include <math.h> /* just for HUGE_VAL */ 10#include <math.h> /* just for HUGE_VAL */
12 11