diff options
author | Ye Guojin <ye.guojin@zte.com.cn> | 2021-12-10 07:14:24 +0000 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2021-12-10 11:00:32 -0800 |
commit | db10415448158779127ad529335e2c447c5767c1 (patch) | |
tree | 917b57c2c53d39d74983e06c02b9fd86fca409c4 | |
parent | e1b539bd73a76dc8a7bf82befe6eac4ae79c76b3 (diff) |
selftests: mptcp: remove duplicate include in mptcp_inq.c
'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>
-rw-r--r-- | tools/testing/selftests/net/mptcp/mptcp_inq.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/selftests/net/mptcp/mptcp_inq.c b/tools/testing/selftests/net/mptcp/mptcp_inq.c index b8debd4fb5ed..29f75e2a1116 100644 --- a/tools/testing/selftests/net/mptcp/mptcp_inq.c +++ b/tools/testing/selftests/net/mptcp/mptcp_inq.c @@ -18,7 +18,6 @@ #include <time.h> #include <sys/ioctl.h> -#include <sys/ioctl.h> #include <sys/socket.h> #include <sys/types.h> #include <sys/wait.h> |