aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_frontend.c
diff options
context:
space:
mode:
authorRami Rosen <ramirose@gmail.com>2009-05-18 01:47:52 +0000
committerDavid S. Miller <davem@davemloft.net>2009-05-18 15:16:38 -0700
commitd23a9b5baa1a37ac3620e1ba080965c505053749 (patch)
tree772f89d9c24b43c35bf7e9c113fc61bc5dde62b9 /net/ipv4/fib_frontend.c
parentipv4: cleanup - remove two unused parameters from fib_semantic_match(). (diff)
downloadlinux-dev-d23a9b5baa1a37ac3620e1ba080965c505053749.tar.xz
linux-dev-d23a9b5baa1a37ac3620e1ba080965c505053749.zip
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>
Diffstat (limited to '')
-rw-r--r--net/ipv4/fib_frontend.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/fib_frontend.c b/net/ipv4/fib_frontend.c
index cafcc49d0993..e2f950592566 100644
--- a/net/ipv4/fib_frontend.c
+++ b/net/ipv4/fib_frontend.c
@@ -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>