lib: Remove math.h from int_lib.h, which doesn't appear to be required.

llvm-svn: 144749
This commit is contained in:
Daniel Dunbar 2011-11-16 01:19:12 +00:00
parent db999c01f2
commit 7557f0248a
1 changed files with 0 additions and 3 deletions

View File

@ -37,9 +37,6 @@
#include <stdbool.h> #include <stdbool.h>
#include <float.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(). */ /* If compiling for kernel use, call panic() instead of abort(). */
#ifdef KERNEL_USE #ifdef KERNEL_USE
extern void panic (const char *, ...); extern void panic (const char *, ...);