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 @@
*
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
-
#include "libbb.h"
#include <math.h> /* just for HUGE_VAL */