diff options
author | Jesper Juhl <jesper.juhl@gmail.com> | 2007-08-10 15:17:58 -0700 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-08-13 22:52:03 -0700 |
commit | 703310e645c639a84e7f4b35d8a508acde9ef360 (patch) | |
tree | b175463812432b9e6cd2c6e412d0d5d3601bc5ff /net | |
parent | f49f9967b263cc88b48d912172afdc621bcb0a3c (diff) | |
download | linux-3.10-703310e645c639a84e7f4b35d8a508acde9ef360.tar.gz linux-3.10-703310e645c639a84e7f4b35d8a508acde9ef360.tar.bz2 linux-3.10-703310e645c639a84e7f4b35d8a508acde9ef360.zip |
[IPV6]: Clean up duplicate includes in net/ipv6/
This patch cleans up duplicate includes in
net/ipv6/
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/ipv6/tcp_ipv6.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c index cbdb7848791..0f7defb482e 100644 --- a/net/ipv6/tcp_ipv6.c +++ b/net/ipv6/tcp_ipv6.c @@ -56,7 +56,6 @@ #include <net/inet_ecn.h> #include <net/protocol.h> #include <net/xfrm.h> -#include <net/addrconf.h> #include <net/snmp.h> #include <net/dsfield.h> #include <net/timewait_sock.h> |