summaryrefslogtreecommitdiff
path: root/sys/netinet6
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>1999-12-09 00:40:07 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>1999-12-09 00:40:07 +0000
commit4a4e41a65a7a86b09131f8b781ed25f887cbb79e (patch)
tree60de0977c185309c3ce2e04e2cdc67e51a590839 /sys/netinet6
parentb621b63d32393408cdaf7946f6e4fb0c1fcddc17 (diff)
Bogus include file crept in.
Diffstat (limited to 'sys/netinet6')
-rw-r--r--sys/netinet6/ip6_input.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet6/ip6_input.c b/sys/netinet6/ip6_input.c
index 2cb6db0c6a9..3af81337779 100644
--- a/sys/netinet6/ip6_input.c
+++ b/sys/netinet6/ip6_input.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip6_input.c,v 1.2 1999/12/09 00:34:13 angelos Exp $ */
+/* $OpenBSD: ip6_input.c,v 1.3 1999/12/09 00:40:06 angelos Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -95,7 +95,6 @@
#include <netinet/in_pcb.h>
#include <netinet6/in6_var.h>
#include <netinet6/ip6.h>
-#include <netinet6/in6_pcb.h>
#include <netinet6/ip6_var.h>
#include <netinet6/icmp6.h>
#include <netinet6/in6_ifattach.h>