diff options
Diffstat (limited to 'lib/floatdidf.c')
| -rw-r--r-- | lib/floatdidf.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/floatdidf.c b/lib/floatdidf.c index 5ba952635030e..2af9e106d9356 100644 --- a/lib/floatdidf.c +++ b/lib/floatdidf.c @@ -11,10 +11,8 @@ * *===----------------------------------------------------------------------=== */ -#include "abi.h" #include "int_lib.h" -#include <float.h> /* Returns: convert a to a double, rounding toward even. */ @@ -30,7 +28,6 @@ ARM_EABI_FNALIAS(l2d, floatdidf); /* Support for systems that have hardware floating-point; we'll set the inexact flag * as a side-effect of this computation. */ -#include <stdint.h> COMPILER_RT_ABI double __floatdidf(di_int a) |
