]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/spawn-polkit-agent.c
util-lib: split out IO related calls to io-util.[ch]
[thirdparty/systemd.git] / src / shared / spawn-polkit-agent.c
index bc1810da985de88b26f4356a75dd0cffb4ade618..7cc9e7ccc19d2b22097476a31af7a6835f6e91f7 100644 (file)
 #include <errno.h>
 #include <poll.h>
 
+#include "fd-util.h"
+#include "io-util.h"
 #include "log.h"
-#include "util.h"
+#include "process-util.h"
 #include "spawn-polkit-agent.h"
+#include "util.h"
 
 #ifdef ENABLE_POLKIT
 static pid_t agent_pid = 0;