diff options
author | Rami Rosen <ramirose@gmail.com> | 2009-05-18 01:47:52 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-05-18 15:16:38 -0700 |
commit | d23a9b5baa1a37ac3620e1ba080965c505053749 (patch) | |
tree | 772f89d9c24b43c35bf7e9c113fc61bc5dde62b9 /net | |
parent | e204a345a0b11c6522ec06e62dee71628a492408 (diff) | |
download | linux-3.10-d23a9b5baa1a37ac3620e1ba080965c505053749.tar.gz linux-3.10-d23a9b5baa1a37ac3620e1ba080965c505053749.tar.bz2 linux-3.10-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 '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 cafcc49d099..e2f95059256 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> |