selftests: mptcp: remove duplicate include in mptcp_inq.c
authorYe Guojin <ye.guojin@zte.com.cn>
Fri, 10 Dec 2021 07:14:24 +0000 (07:14 +0000)
committerJakub Kicinski <kuba@kernel.org>
Fri, 10 Dec 2021 19:00:32 +0000 (11:00 -0800)
'sys/ioctl.h' included in 'mptcp_inq.c' is duplicated.

Reported-by: ZealRobot <zealci@zte.com.cn>
Signed-off-by: Ye Guojin <ye.guojin@zte.com.cn>
Reviewed-by: Matthieu Baerts <matthieu.baerts@tessares.net>
Link: https://lore.kernel.org/r/20211210071424.425773-1-ye.guojin@zte.com.cn
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/net/mptcp/mptcp_inq.c

index b8debd4fb5ed48f245b610db01db9fa6d809ac48..29f75e2a11168f08c66995615432e63c6b6fbb92 100644 (file)
@@ -17,7 +17,6 @@
 #include <unistd.h>
 #include <time.h>
 
-#include <sys/ioctl.h>
 #include <sys/ioctl.h>
 #include <sys/socket.h>
 #include <sys/types.h>