From db10415448158779127ad529335e2c447c5767c1 Mon Sep 17 00:00:00 2001 From: Ye Guojin Date: Fri, 10 Dec 2021 07:14:24 +0000 Subject: [PATCH] selftests: mptcp: remove duplicate include in mptcp_inq.c 'sys/ioctl.h' included in 'mptcp_inq.c' is duplicated. Reported-by: ZealRobot Signed-off-by: Ye Guojin Reviewed-by: Matthieu Baerts Link: https://lore.kernel.org/r/20211210071424.425773-1-ye.guojin@zte.com.cn Signed-off-by: Jakub Kicinski --- tools/testing/selftests/net/mptcp/mptcp_inq.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/testing/selftests/net/mptcp/mptcp_inq.c b/tools/testing/selftests/net/mptcp/mptcp_inq.c index b8debd4..29f75e2a 100644 --- a/tools/testing/selftests/net/mptcp/mptcp_inq.c +++ b/tools/testing/selftests/net/mptcp/mptcp_inq.c @@ -18,7 +18,6 @@ #include #include -#include #include #include #include -- 2.7.4