LibC: Don't expose math.h in stdlib.h

This commit is contained in:
Bananymous 2024-07-16 12:47:38 +03:00
parent 6a1c677cbc
commit 5b8fdbc82d
3 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,6 @@
__BEGIN_DECLS
#include <limits.h>
#include <math.h>
#include <sys/wait.h>
#define __need_NULL

View File

@ -6,6 +6,7 @@
#include <LibImage/PNG.h>
#include <fcntl.h>
#include <math.h>
#include <stdlib.h>
#include <sys/mman.h>

View File

@ -5,6 +5,7 @@
#include <ctype.h>
#include <inttypes.h>
#include <math.h>
#include <pwd.h>
#include <stdio.h>
#include <stdlib.h>