diff options
Diffstat (limited to 'contrib/compiler-rt/lib/ppc/floatditf.c')
-rw-r--r-- | contrib/compiler-rt/lib/ppc/floatditf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/compiler-rt/lib/ppc/floatditf.c b/contrib/compiler-rt/lib/ppc/floatditf.c index ed23dc8..beabdd0 100644 --- a/contrib/compiler-rt/lib/ppc/floatditf.c +++ b/contrib/compiler-rt/lib/ppc/floatditf.c @@ -6,7 +6,6 @@ /* This file implements the PowerPC long long -> long double conversion */ #include "DD.h" -#include <stdint.h> long double __floatditf(int64_t a) { |