summaryrefslogtreecommitdiff
path: root/lib/floatundidf.c
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-11-16 00:20:36 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-11-16 00:20:36 +0000
commit2bf93403298e46a32423c9e66d26b5436d0748ea (patch)
tree24856f78dd7beb8a9b62571021a92fab545d3f25 /lib/floatundidf.c
parent1132cf7dac918b0b8134aeb686e90bcc69e53b94 (diff)
downloadcompiler-rt-2bf93403298e46a32423c9e66d26b5436d0748ea.tar.gz
compiler-rt-2bf93403298e46a32423c9e66d26b5436d0748ea.tar.bz2
compiler-rt-2bf93403298e46a32423c9e66d26b5436d0748ea.tar.xz
lib: Include float.h in int_lib.h, and eliminate duplicate includes from a number of source files.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@144739 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/floatundidf.c')
-rw-r--r--lib/floatundidf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/floatundidf.c b/lib/floatundidf.c
index 0b328d0c..67917017 100644
--- a/lib/floatundidf.c
+++ b/lib/floatundidf.c
@@ -12,8 +12,6 @@
* ===----------------------------------------------------------------------===
*/
-#include <float.h>
-
/* Returns: convert a to a double, rounding toward even. */
/* Assumption: double is a IEEE 64 bit floating point type