Message ID | 20190304182048.GA6553@jordon-HP-15-Notebook-PC (mailing list archive) |
---|---|
State | Mainlined |
Commit | 9e9322e5d28e433f1f25f01ffa0aa5762c75dad6 |
Headers | show |
Series | selftest/net: Remove duplicate header | expand |
From: Souptick Joarder <jrdr.linux@gmail.com> Date: Mon, 4 Mar 2019 23:50:48 +0530 > 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> Applied, thank you.
diff --git a/tools/testing/selftests/net/udpgso.c b/tools/testing/selftests/net/udpgso.c index e279051..b8265ee 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>