From: Daan De Meyer Date: Thu, 22 May 2025 07:40:31 +0000 (+0200) Subject: core: Clean up includes X-Git-Tag: v258-rc1~524^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F37564%2Fhead;p=thirdparty%2Fsystemd.git core: Clean up includes Follow up for 836e4e7ea8fa24a0a08a3579f154ed4f4987c5df --- diff --git a/src/core/manager.c b/src/core/manager.c index 893ef7677be..4b0f85273ec 100644 --- a/src/core/manager.c +++ b/src/core/manager.c @@ -9,6 +9,7 @@ #include #include +#include "sd-bus.h" #include "sd-daemon.h" #include "sd-messages.h" #include "sd-path.h" @@ -51,9 +52,7 @@ #include "install.h" #include "io-util.h" #include "iovec-util.h" -#include "label-util.h" #include "libaudit-util.h" -#include "load-fragment.h" #include "locale-setup.h" #include "log.h" #include "manager-dump.h"