mirror of
https://github.com/systemd/systemd.git
synced 2026-07-10 00:27:35 +00:00
This commit cleans up the includes for all the small tools across the tree. A few cases of returning EXIT_SUCCESS are replaced with returning 0 to avoid including <stdlib.h>. Split out of #37344.