Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Souptick Joarder and committed by
David S. Miller
9e9322e5 b33b7cd6

-1
-1
tools/testing/selftests/net/udpgso.c
··· 17 17 #include <stdbool.h> 18 18 #include <stdlib.h> 19 19 #include <stdio.h> 20 - #include <stdlib.h> 21 20 #include <string.h> 22 21 #include <sys/ioctl.h> 23 22 #include <sys/socket.h>