[libc-commits] [libc] [libc] Remove the #include <stdlib.h> header (PR #114453)

Nick Desaulniers via libc-commits libc-commits at lists.llvm.org
Thu Oct 31 14:44:12 PDT 2024


================
@@ -14,7 +14,7 @@
 #include "src/__support/macros/properties/os.h"
 
 #include <stddef.h> // For size_t
-#include <stdlib.h> // For malloc, free etc.
----------------
nickdesaulniers wrote:

You can do that in a new PR and land that first, then revisit this one. That will keep this PR more focused perhaps.

https://github.com/llvm/llvm-project/pull/114453


More information about the libc-commits mailing list