These used to be needed, but are not needed now.
* lib/xalloc.h: Do not include stdlib.h.
[GNULIB_XALLOC]: Do not include "intprops.h".
* lib/xmalloc.c: Include stdint.h here instead, for SIZE_MAX.
* modules/xalloc-die, modules/xvasprintf (Depends-on): Remove stdint.
+2022-10-10 Paul Eggert <eggert@cs.ucla.edu>
+
+ xalloc: remove stray includes + dependencies
+ These used to be needed, but are not needed now.
+ * lib/xalloc.h: Do not include stdlib.h.
+ [GNULIB_XALLOC]: Do not include "intprops.h".
+ * lib/xmalloc.c: Include stdint.h here instead, for SIZE_MAX.
+ * modules/xalloc-die, modules/xvasprintf (Depends-on): Remove stdint.
+
2022-09-30 Paul Eggert <eggert@cs.ucla.edu>
assert-h: suppress Apple clang 13 false alarms
#include <stddef.h>
#include <stdlib.h>
-#include <stdint.h>
#if GNULIB_XALLOC
# include "idx.h"
-# include "intprops.h"
#endif
#ifndef _GL_INLINE_HEADER_BEGIN
#include <stdckdint.h>
#include <stdlib.h>
+#include <stdint.h>
#include <string.h>
static void * _GL_ATTRIBUTE_PURE
extern-inline
gettext-h
exitfail
-stdint
configure.ac:
gl_MODULE_INDICATOR([xalloc-die])
xalloc-die
xsize
stdarg
-stdint
errno
configure.ac: