LibC: Don't expose math.h in stdlib.h
This commit is contained in:
parent
6a1c677cbc
commit
5b8fdbc82d
|
@ -8,7 +8,6 @@
|
|||
__BEGIN_DECLS
|
||||
|
||||
#include <limits.h>
|
||||
#include <math.h>
|
||||
#include <sys/wait.h>
|
||||
|
||||
#define __need_NULL
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
#include <LibImage/PNG.h>
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
#include <sys/mman.h>
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
#include <ctype.h>
|
||||
#include <inttypes.h>
|
||||
#include <math.h>
|
||||
#include <pwd.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Reference in New Issue