]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
wdctl: remove duplicate include of <unistd.h>
authorPatrick Steinhardt <ps@pks.im>
Thu, 15 Aug 2019 12:03:23 +0000 (14:03 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 19 Aug 2019 13:00:35 +0000 (15:00 +0200)
The <unistd.h> header is included twice in "wdctl.c". Remove one
of these includes to keep "make checkincludes" happy.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
sys-utils/wdctl.c

index 0bb245bae5b6e1c7df376a2cedd59a466587f314..8de5d5a2d9a01e87fd0d5ca1e8788c74a1f746e0 100644 (file)
@@ -21,7 +21,6 @@
 #include <sys/ioctl.h>
 #include <getopt.h>
 #include <stdio.h>
-#include <unistd.h>
 #include <signal.h>
 #include <assert.h>
 #include <linux/watchdog.h>