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

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

View File

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