Skip to content

Commit 9b4701b

Browse files
authored
Don't include <crypt.h> from <stdlib.h> (#1112)
1 parent f7ff515 commit 9b4701b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libc/isystem/stdlib.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,5 @@
1414
#include "libc/str/str.h"
1515
#include "libc/sysv/consts/exit.h"
1616
#include "libc/temp.h"
17-
#include "third_party/musl/crypt.h"
1817
#include "third_party/musl/rand48.h"
1918
#endif /* _STDLIB_H */

0 commit comments

Comments
 (0)