diff options
author | Rami Rosen <ramirose@gmail.com> | 2009-05-18 03:47:52 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-05-19 00:16:38 +0200 |
commit | d23a9b5baa1a37ac3620e1ba080965c505053749 (patch) | |
tree | 772f89d9c24b43c35bf7e9c113fc61bc5dde62b9 | |
parent | ipv4: cleanup - remove two unused parameters from fib_semantic_match(). (diff) | |
download | linux-d23a9b5baa1a37ac3620e1ba080965c505053749.tar.xz linux-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>
-rw-r--r-- | net/ipv4/fib_frontend.c | 1 |
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> |