diff options
Diffstat (limited to 'compiler-rt/lib/muldf3.c')
-rw-r--r-- | compiler-rt/lib/muldf3.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler-rt/lib/muldf3.c b/compiler-rt/lib/muldf3.c index f402cfb39d3..86d72d883e2 100644 --- a/compiler-rt/lib/muldf3.c +++ b/compiler-rt/lib/muldf3.c @@ -11,7 +11,6 @@ // with the IEEE-754 default rounding (to nearest, ties to even). // //===----------------------------------------------------------------------===// -#include "abi.h" #define DOUBLE_PRECISION #include "fp_lib.h" |