diff options
author | Souptick Joarder <jrdr.linux@gmail.com> | 2019-03-04 23:50:48 +0530 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-03-04 11:35:51 -0800 |
commit | 9e9322e5d28e433f1f25f01ffa0aa5762c75dad6 (patch) | |
tree | edd99416191931784170011b88d1787c71200480 /tools | |
parent | b33b7cd6fd86478dd2890a9abeb6f036aa01fdf7 (diff) | |
download | linux-9e9322e5d28e433f1f25f01ffa0aa5762c75dad6.tar.bz2 |
selftest/net: Remove duplicate header
Remove duplicate header which is included twice.
Signed-off-by: Sabyasachi Gupta <sabyasachi.linux@gmail.com>
Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/testing/selftests/net/udpgso.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/selftests/net/udpgso.c b/tools/testing/selftests/net/udpgso.c index e279051bc631..b8265ee9923f 100644 --- a/tools/testing/selftests/net/udpgso.c +++ b/tools/testing/selftests/net/udpgso.c @@ -17,7 +17,6 @@ #include <stdbool.h> #include <stdlib.h> #include <stdio.h> -#include <stdlib.h> #include <string.h> #include <sys/ioctl.h> #include <sys/socket.h> |