summaryrefslogtreecommitdiff
path: root/sys/netinet6/in6_cksum.c
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-06-09 06:43:39 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-06-09 06:43:39 +0000
commit5ddbbd9807b495d0890ca9907b336fbf4ec750a6 (patch)
tree815cd14bcc5d22949999b176687a2e1c93bd90ae /sys/netinet6/in6_cksum.c
parent75509732266590a78449120024a995200067d913 (diff)
No need for net/net_osdep.h
Diffstat (limited to 'sys/netinet6/in6_cksum.c')
-rw-r--r--sys/netinet6/in6_cksum.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/netinet6/in6_cksum.c b/sys/netinet6/in6_cksum.c
index 4486f715bfb..627a5f762be 100644
--- a/sys/netinet6/in6_cksum.c
+++ b/sys/netinet6/in6_cksum.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: in6_cksum.c,v 1.8 2001/02/16 15:59:38 itojun Exp $ */
+/* $OpenBSD: in6_cksum.c,v 1.9 2001/06/09 06:43:37 angelos Exp $ */
/* $KAME: in6_cksum.c,v 1.10 2000/12/03 00:53:59 itojun Exp $ */
/*
@@ -71,8 +71,6 @@
#include <netinet/in.h>
#include <netinet/ip6.h>
-#include <net/net_osdep.h>
-
/*
* Checksum routine for Internet Protocol family headers (Portable Version).
*