diff options
author | Daniel Dunbar <daniel@zuster.org> | 2011-11-16 00:20:36 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2011-11-16 00:20:36 +0000 |
commit | 7205b23e794c660032100c7196b3439218bee879 (patch) | |
tree | 27a9031cc1f8ac3221900e2120113af08b6a3d0f /compiler-rt/lib/floatuntixf.c | |
parent | 6328e7b1b372cd5a29cf2440ed02248e85d3715f (diff) | |
download | bcm5719-llvm-7205b23e794c660032100c7196b3439218bee879.tar.gz bcm5719-llvm-7205b23e794c660032100c7196b3439218bee879.zip |
lib: Include float.h in int_lib.h, and eliminate duplicate includes from a number of source files.
llvm-svn: 144739
Diffstat (limited to 'compiler-rt/lib/floatuntixf.c')
-rw-r--r-- | compiler-rt/lib/floatuntixf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler-rt/lib/floatuntixf.c b/compiler-rt/lib/floatuntixf.c index a84709aef60..00c07d8ed4e 100644 --- a/compiler-rt/lib/floatuntixf.c +++ b/compiler-rt/lib/floatuntixf.c @@ -15,7 +15,6 @@ #if __x86_64 #include "int_lib.h" -#include <float.h> /* Returns: convert a to a long double, rounding toward even. */ |