diff options
Diffstat (limited to 'lib/floatundidf.c')
| -rw-r--r-- | lib/floatundidf.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/floatundidf.c b/lib/floatundidf.c index e74e9d8d2fdd..67917017ec71 100644 --- a/lib/floatundidf.c +++ b/lib/floatundidf.c @@ -12,9 +12,6 @@ * ===----------------------------------------------------------------------=== */ -#include "abi.h" -#include <float.h> - /* Returns: convert a to a double, rounding toward even. */ /* Assumption: double is a IEEE 64 bit floating point type @@ -32,7 +29,6 @@ ARM_EABI_FNALIAS(ul2d, floatundidf); * as a side-effect of this computation. */ -#include <stdint.h> COMPILER_RT_ABI double __floatundidf(du_int a) |
