From cdd2d60e56ad2ef103ba6fa46bc6276d52c65f10 Mon Sep 17 00:00:00 2001 From: Patrick Steinhardt Date: Thu, 15 Aug 2019 14:03:23 +0200 Subject: wdctl: remove duplicate include of The header is included twice in "wdctl.c". Remove one of these includes to keep "make checkincludes" happy. Signed-off-by: Patrick Steinhardt --- 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 #include #include -#include #include #include #include -- cgit v1.2.3-55-g7522