summaryrefslogtreecommitdiff
path: root/src/core/shutdown.c
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2013-11-18 14:48:16 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-11-18 20:28:55 -0500
commit4561be3a64534a911ee405ffb51950a624a0cd3f (patch)
tree4b7ea9da00183e3fdf0a458589e9f40fa5a5795e /src/core/shutdown.c
parent05d3a176239c1dd67863c70a5b79d9bc14144ef6 (diff)
Remove duplicate includes
Diffstat (limited to 'src/core/shutdown.c')
-rw-r--r--src/core/shutdown.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/shutdown.c b/src/core/shutdown.c
index b5eb8b12d..bcf2eecf3 100644
--- a/src/core/shutdown.c
+++ b/src/core/shutdown.c
@@ -24,7 +24,6 @@
#include <sys/reboot.h>
#include <linux/reboot.h>
#include <sys/wait.h>
-#include <sys/types.h>
#include <sys/stat.h>
#include <sys/mount.h>
#include <sys/syscall.h>