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

This commit is contained in:
Ivan Komarov 2024-02-08 03:47:05 +01:00
parent a57c6067f0
commit 63c0c7d974

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 */