summaryrefslogtreecommitdiffstats
path: root/misc-utils/logger.c
diff options
context:
space:
mode:
authorKarel Zak2016-03-10 14:30:32 +0100
committerKarel Zak2016-03-10 14:30:32 +0100
commit8e2e9144ef8b7bbe9d7a97244567bad608784ef2 (patch)
tree98a934eedf7a8cd1c0d7506c36400521d089b809 /misc-utils/logger.c
parenttests: update build-sys tests (diff)
downloadkernel-qcow2-util-linux-8e2e9144ef8b7bbe9d7a97244567bad608784ef2.tar.gz
kernel-qcow2-util-linux-8e2e9144ef8b7bbe9d7a97244567bad608784ef2.tar.xz
kernel-qcow2-util-linux-8e2e9144ef8b7bbe9d7a97244567bad608784ef2.zip
misc: remove duplicate includes
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'misc-utils/logger.c')
-rw-r--r--misc-utils/logger.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/misc-utils/logger.c b/misc-utils/logger.c
index 6662a2738..7b88b1748 100644
--- a/misc-utils/logger.c
+++ b/misc-utils/logger.c
@@ -51,7 +51,6 @@
#include <netdb.h>
#include <getopt.h>
#include <pwd.h>
-#include <sys/types.h>
#include <signal.h>
#include <sys/uio.h>