diff options
Diffstat (limited to 'libbb/bb_strtod.c')
-rw-r--r-- | libbb/bb_strtod.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libbb/bb_strtod.c b/libbb/bb_strtod.c index 5dde784..5e1d053 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 */ |