From 8b3145e87cdcd64d1be0431e5cf4ff6ed8de71fe Mon Sep 17 00:00:00 2001 From: Ivan Komarov Date: Thu, 8 Feb 2024 03:47:05 +0100 Subject: [PATCH] Don't include from --- libc/isystem/stdlib.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libc/isystem/stdlib.h b/libc/isystem/stdlib.h index 422888746..cfdd6cf40 100644 --- a/libc/isystem/stdlib.h +++ b/libc/isystem/stdlib.h @@ -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 */