From: Rami Rosen Date: Mon, 18 May 2009 01:47:52 +0000 (+0000) Subject: ipv4: cleanup: remove unnecessary include. X-Git-Tag: v2.6.31-rc1~14^2~457 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d23a9b5baa1a37ac3620e1ba080965c505053749;p=platform%2Fupstream%2Fkernel-adaptation-pc.git 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 Signed-off-by: David S. Miller --- diff --git a/net/ipv4/fib_frontend.c b/net/ipv4/fib_frontend.c index cafcc49..e2f9505 100644 --- a/net/ipv4/fib_frontend.c +++ b/net/ipv4/fib_frontend.c @@ -40,7 +40,6 @@ #include #include #include -#include #include #include #include