diff options
Diffstat (limited to 'compiler-rt/lib/floatundisf.c')
-rw-r--r-- | compiler-rt/lib/floatundisf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler-rt/lib/floatundisf.c b/compiler-rt/lib/floatundisf.c index eea45a74594..9ddafc38f56 100644 --- a/compiler-rt/lib/floatundisf.c +++ b/compiler-rt/lib/floatundisf.c @@ -12,7 +12,6 @@ *===----------------------------------------------------------------------=== */ -#include "abi.h" #include <float.h> /* Returns: convert a to a float, rounding toward even. */ |