From: Rami Rosen Date: Mon, 18 May 2009 01:47:52 +0000 (+0000) Subject: ipv4: cleanup: remove unnecessary include. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d23a9b5baa1a37ac3620e1ba080965c505053749;p=mv-sheeva.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 cafcc49d099..e2f95059256 100644 --- a/net/ipv4/fib_frontend.c +++ b/net/ipv4/fib_frontend.c @@ -40,7 +40,6 @@ #include #include #include -#include #include #include #include