chiark / gitweb /
shared/condition: fix gcc5 warning
[elogind.git] / src / shared / spawn-polkit-agent.c
index 006ad532ba94290048cbc9a6b1766b04abef9175..bc1810da985de88b26f4356a75dd0cffb4ade618 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 <errno.h>
-#include <sys/poll.h>
+#include <poll.h>
 
 #include "log.h"
 #include "util.h"