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

Michael Jones via libc-commits libc-commits at lists.llvm.org
Thu Oct 31 13:33:32 PDT 2024


================
@@ -7,7 +7,6 @@
 //===----------------------------------------------------------------------===//
 
 #include "new.h"
-#include <stdlib.h>
----------------
michaelrj-google wrote:

this include shouldn't be removed since it's being used directly in this file, even though it could be used indirectly through `new.h`.

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


More information about the libc-commits mailing list