diff options
| author | Daniel Dunbar <daniel@zuster.org> | 2011-11-16 01:19:12 +0000 |
|---|---|---|
| committer | Daniel Dunbar <daniel@zuster.org> | 2011-11-16 01:19:12 +0000 |
| commit | 7557f0248a5067b1a6c3a131711b74c8708d751c (patch) | |
| tree | 4b86e33619ae1c47a7415d6df2617803a7fde882 | |
| parent | db999c01f2d4b09bab221f0c8666c47e79b5972b (diff) | |
| download | bcm5719-llvm-7557f0248a5067b1a6c3a131711b74c8708d751c.tar.gz bcm5719-llvm-7557f0248a5067b1a6c3a131711b74c8708d751c.zip | |
lib: Remove math.h from int_lib.h, which doesn't appear to be required.
llvm-svn: 144749
| -rw-r--r-- | compiler-rt/lib/int_lib.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler-rt/lib/int_lib.h b/compiler-rt/lib/int_lib.h index 9725f6e62a7..3334a556a65 100644 --- a/compiler-rt/lib/int_lib.h +++ b/compiler-rt/lib/int_lib.h @@ -37,9 +37,6 @@ #include <stdbool.h> #include <float.h> -/* Include the system math.h, which we use in a number of places. */ -#include <math.h> - /* If compiling for kernel use, call panic() instead of abort(). */ #ifdef KERNEL_USE extern void panic (const char *, ...); |

