diff options
author | Rami Rosen <ramirose@gmail.com> | 2009-05-18 01:47:52 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-05-18 22:16:38 (GMT) |
commit | d23a9b5baa1a37ac3620e1ba080965c505053749 (patch) | |
tree | 772f89d9c24b43c35bf7e9c113fc61bc5dde62b9 | |
parent | e204a345a0b11c6522ec06e62dee71628a492408 (diff) | |
download | linux-d23a9b5baa1a37ac3620e1ba080965c505053749.tar.xz |
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 cafcc49..e2f9505 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> |