ipv4, ping: Remove duplicate icmp.h include
authorJesper Juhl <jj@chaosbits.net>
Sun, 19 Jun 2011 22:31:20 +0000 (22:31 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 20 Jun 2011 20:04:38 +0000 (13:04 -0700)
Remove the duplicate inclusion of net/icmp.h from net/ipv4/ping.c

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ping.c

index 9aaa671..39b403f 100644 (file)
@@ -41,7 +41,6 @@
 #include <linux/proc_fs.h>
 #include <net/sock.h>
 #include <net/ping.h>
-#include <net/icmp.h>
 #include <net/udp.h>
 #include <net/route.h>
 #include <net/inet_common.h>