forked from OSchip/llvm-project
lib: Remove math.h from int_lib.h, which doesn't appear to be required.
llvm-svn: 144749
This commit is contained in:
parent
db999c01f2
commit
7557f0248a
|
@ -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 *, ...);
|
||||
|
|
Loading…
Reference in New Issue