Don't include <crypt.h> from <stdlib.h>

This commit is contained in:
Ivan Komarov 2024-02-08 03:47:05 +01:00
parent ad3944a3b6
commit 8b3145e87c

View file

@ -14,6 +14,5 @@
#include "libc/str/str.h"
#include "libc/sysv/consts/exit.h"
#include "libc/temp.h"
#include "third_party/musl/crypt.h"
#include "third_party/musl/rand48.h"
#endif /* _STDLIB_H */