]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
core: Clean up includes 37564/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 22 May 2025 07:40:31 +0000 (09:40 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 22 May 2025 07:41:18 +0000 (09:41 +0200)
Follow up for 836e4e7ea8fa24a0a08a3579f154ed4f4987c5df

src/core/manager.c

index 893ef7677beec8acde6a66bcc91671080715337b..4b0f85273ec5fe09f9543ff37e0ff614d97cd019 100644 (file)
@@ -9,6 +9,7 @@
 #include <sys/wait.h>
 #include <unistd.h>
 
+#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"