Commit d23a9b5baa1a37ac3620e1ba080965c505053749

Authored by Rami Rosen
Committed by David S. Miller
1 parent e204a345a0

ipv4: cleanup: remove unnecessary include.

There is no need for net/icmp.h header in net/ipv4/fib_frontend.c.
This patch removes the #include net/icmp.h from it.

Signed-off-by: Rami Rosen <ramirose@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

net/ipv4/fib_frontend.c
... ... @@ -40,7 +40,6 @@
40 40 #include <net/route.h>
41 41 #include <net/tcp.h>
42 42 #include <net/sock.h>
43   -#include <net/icmp.h>
44 43 #include <net/arp.h>
45 44 #include <net/ip_fib.h>
46 45 #include <net/rtnetlink.h>