summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-11-16 01:19:12 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-11-16 01:19:12 +0000
commit3f4d3407a10186b146647b5f248158279835ab9c (patch)
treef0e805f5e389c1a7ebb22f379c5d2c2a3d4cc756
parent25a3ff17239fade309b1fc789320998a7b759609 (diff)
lib: Remove math.h from int_lib.h, which doesn't appear to be required.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@144749 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/int_lib.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/int_lib.h b/lib/int_lib.h
index 9725f6e62..3334a556a 100644
--- a/lib/int_lib.h
+++ b/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 *, ...);