diff options
author | cmetz <cmetz@cvs.openbsd.org> | 1999-03-24 02:33:03 +0000 |
---|---|---|
committer | cmetz <cmetz@cvs.openbsd.org> | 1999-03-24 02:33:03 +0000 |
commit | ffdc776c452b5037cbb906ad0bd65e229e9a1539 (patch) | |
tree | 9d87af3f7c7675d48a48ed2f9bf8df1ff9f45524 /sys/netinet/in_pcb.h | |
parent | 152c40f9c67fb5ebee8ab4a9e7a2189f99835215 (diff) |
Removed inclusion of netinet6/in6.h. This was an artifact of when the core
IPv6 symbols were there rather than in netinet/in.h, and now not only is
unnecessary but also could create problems (see PR library/781).
Diffstat (limited to 'sys/netinet/in_pcb.h')
-rw-r--r-- | sys/netinet/in_pcb.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet/in_pcb.h b/sys/netinet/in_pcb.h index bd13b189a3e..176ce07a742 100644 --- a/sys/netinet/in_pcb.h +++ b/sys/netinet/in_pcb.h @@ -1,4 +1,4 @@ -/* $OpenBSD: in_pcb.h,v 1.15 1999/01/11 02:01:34 deraadt Exp $ */ +/* $OpenBSD: in_pcb.h,v 1.16 1999/03/24 02:33:02 cmetz Exp $ */ /* $NetBSD: in_pcb.h,v 1.14 1996/02/13 23:42:00 christos Exp $ */ /* @@ -37,7 +37,6 @@ */ #include <sys/queue.h> -#include <netinet6/in6.h> #include <netinet6/ipv6.h> #include <netinet6/ipv6_var.h> #include <netinet6/icmpv6.h> |