ipv4: cleanup: remove unnecessary include.
authorRami Rosen <ramirose@gmail.com>
Mon, 18 May 2009 01:47:52 +0000 (01:47 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 18 May 2009 22:16:38 +0000 (15:16 -0700)
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>
net/ipv4/fib_frontend.c

index cafcc49d0993b6a6b39590f6c2246fc806eb463d..e2f950592566ac93267dbd20bc85473d4a759d48 100644 (file)
@@ -40,7 +40,6 @@
 #include <net/route.h>
 #include <net/tcp.h>
 #include <net/sock.h>
-#include <net/icmp.h>
 #include <net/arp.h>
 #include <net/ip_fib.h>
 #include <net/rtnetlink.h>