[llvm-commits] [compiler-rt] r144749 - /compiler-rt/trunk/lib/int_lib.h
Daniel Dunbar
daniel at zuster.org
Tue Nov 15 17:19:12 PST 2011
Author: ddunbar
Date: Tue Nov 15 19:19:12 2011
New Revision: 144749
URL: http://llvm.org/viewvc/llvm-project?rev=144749&view=rev
Log:
lib: Remove math.h from int_lib.h, which doesn't appear to be required.
Modified:
compiler-rt/trunk/lib/int_lib.h
Modified: compiler-rt/trunk/lib/int_lib.h
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/int_lib.h?rev=144749&r1=144748&r2=144749&view=diff
==============================================================================
--- compiler-rt/trunk/lib/int_lib.h (original)
+++ compiler-rt/trunk/lib/int_lib.h Tue Nov 15 19:19:12 2011
@@ -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 *, ...);
More information about the llvm-commits
mailing list