summaryrefslogtreecommitdiff
path: root/lib/floatundidf.c
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-11-15 19:02:22 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-11-15 19:02:22 +0000
commit23d1542758b351aca24b4a99b4947e9e1fa97c43 (patch)
tree5c4b75df440ca39601635180aafe4ef265f777bb /lib/floatundidf.c
parent0a3e35011f3c312f2b10f61e1540b058baff8cf6 (diff)
downloadcompiler-rt-23d1542758b351aca24b4a99b4947e9e1fa97c43.tar.gz
compiler-rt-23d1542758b351aca24b4a99b4947e9e1fa97c43.tar.bz2
compiler-rt-23d1542758b351aca24b4a99b4947e9e1fa97c43.tar.xz
lib: Include stdbool.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@144671 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/floatundidf.c')
-rw-r--r--lib/floatundidf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/floatundidf.c b/lib/floatundidf.c
index 5848f8d2..0b328d0c 100644
--- a/lib/floatundidf.c
+++ b/lib/floatundidf.c
@@ -31,7 +31,6 @@ ARM_EABI_FNALIAS(ul2d, floatundidf);
* as a side-effect of this computation.
*/
-#include <stdint.h>
COMPILER_RT_ABI double
__floatundidf(du_int a)