diff options
author | Jesper Juhl <jj@chaosbits.net> | 2011-06-19 22:31:20 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-06-20 13:04:38 -0700 |
commit | 8ad2475e3555346fbd738e77da12578b97d10505 (patch) | |
tree | da23912aab5aa9433b7f3932bdb10e0158fda37e /net | |
parent | c82b9d7fe7464aec78210544948564ffe3bb2d2b (diff) | |
download | linux-3.10-8ad2475e3555346fbd738e77da12578b97d10505.tar.gz linux-3.10-8ad2475e3555346fbd738e77da12578b97d10505.tar.bz2 linux-3.10-8ad2475e3555346fbd738e77da12578b97d10505.zip |
ipv4, ping: Remove duplicate icmp.h include
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>
Diffstat (limited to 'net')
-rw-r--r-- | net/ipv4/ping.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/ping.c b/net/ipv4/ping.c index 9aaa67165f4..39b403f854c 100644 --- a/net/ipv4/ping.c +++ b/net/ipv4/ping.c @@ -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> |