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@xxxxxx> --- sys-utils/wdctl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys-utils/wdctl.c b/sys-utils/wdctl.c index 0bb245bae..8de5d5a2d 100644 --- a/sys-utils/wdctl.c +++ b/sys-utils/wdctl.c @@ -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> -- 2.22.1