diff options
| -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 *, ...); |

