diff options
Diffstat (limited to 'compiler-rt/lib/negsf2.c')
-rw-r--r-- | compiler-rt/lib/negsf2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler-rt/lib/negsf2.c b/compiler-rt/lib/negsf2.c index 98f9fc0c0a3..f8ef2d1da6a 100644 --- a/compiler-rt/lib/negsf2.c +++ b/compiler-rt/lib/negsf2.c @@ -10,7 +10,6 @@ // This file implements single-precision soft-float negation. // //===----------------------------------------------------------------------===// -#include "abi.h" #define SINGLE_PRECISION #include "fp_lib.h" |