mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09: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.