LibC: Don't expose math.h in stdlib.h
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user