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/floattisf.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/floattisf.c')
| -rw-r--r-- | compiler-rt/lib/floattisf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler-rt/lib/floattisf.c b/compiler-rt/lib/floattisf.c index 7eb761d7ab2..ab33e4aada5 100644 --- a/compiler-rt/lib/floattisf.c +++ b/compiler-rt/lib/floattisf.c @@ -15,7 +15,6 @@ #if __x86_64 #include "int_lib.h" -#include <float.h> /* Returns: convert a to a float, rounding toward even. */ |

