[libc-commits] [libc] [libc] Remove the #include <stdlib.h> header (PR #114453)
Nick Desaulniers via libc-commits
libc-commits at lists.llvm.org
Fri Nov 1 08:18:37 PDT 2024
================
@@ -8,6 +8,8 @@
// #include "src/__support/str_float_conv_utils.h"
+#include <stdlib.h>
----------------
nickdesaulniers wrote:
Consider adding a comment on what's used from this header. Separate comment; what's going on with the includes in this file?
https://github.com/llvm/llvm-project/pull/114453
More information about the libc-commits
mailing list