chiark / gitweb /
units: make networkd pull in its own .busname unit
[elogind.git] / src / shared / spawn-ask-password-agent.c
index ee267833e64afee60afc9277a8fc1123416d8d5e..70466d17e5e3af461122bdfe4d17ad5ba5a66bc8 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <sys/types.h>
 #include <stdlib.h>
 #include <unistd.h>
-#include <string.h>
-#include <sys/prctl.h>
 #include <signal.h>
-#include <fcntl.h>
 
 #include "log.h"
 #include "util.h"
+#include "process-util.h"
 #include "spawn-ask-password-agent.h"
 
 static pid_t agent_pid = 0;