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>
This commit is contained in:
parent
c82b9d7fe7
commit
8ad2475e35
1 changed files with 0 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue