diff mbox series

selftest/net: Remove duplicate header

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

Commit Message

Souptick Joarder March 4, 2019, 6:20 p.m. UTC
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>
---
 tools/testing/selftests/net/udpgso.c | 1 -
 1 file changed, 1 deletion(-)

Comments

David Miller March 4, 2019, 7:36 p.m. UTC | #1
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 mbox series

Patch

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>