]> Savannah Git Hosting - gnulib.git/commit
xalloc: remove stray includes + dependencies
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 11 Oct 2022 01:17:02 +0000 (18:17 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 11 Oct 2022 01:45:24 +0000 (18:45 -0700)
commit788bb2cd0625b20b0131b8440889f01128e581d4
tree5c504168db1aa0a148a412ddaa35584ca64c96ea
parentcd1fdabe8b66c102124b6a5b0c97dded20246b46
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.
ChangeLog
lib/xalloc.h
lib/xmalloc.c
modules/xalloc-die
modules/xvasprintf