summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_input.c
diff options
context:
space:
mode:
authoritojun <itojun@NetBSD.org>2000-07-06 12:51:39 +0000
committeritojun <itojun@NetBSD.org>2000-07-06 12:51:39 +0000
commit210a3e2f80cd8fd8eda285e76c1af5cdda131f78 (patch)
tree0b31e3dd979599f42546900caec403a83a6e202f /sys/netinet/ip_input.c
parent770f687519f7a80d2999655ca885621d085e7905 (diff)
remove unnecessary #include <netkey/key_debug.h>. from kame.
Diffstat (limited to 'sys/netinet/ip_input.c')
-rw-r--r--sys/netinet/ip_input.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c
index 12523d44a95..0fae4a8898b 100644
--- a/sys/netinet/ip_input.c
+++ b/sys/netinet/ip_input.c
@@ -1,4 +1,4 @@
-/* $NetBSD: ip_input.c,v 1.115 2000/06/28 03:01:16 mrg Exp $ */
+/* $NetBSD: ip_input.c,v 1.116 2000/07/06 12:51:40 itojun Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -147,7 +147,6 @@
#ifdef IPSEC
#include <netinet6/ipsec.h>
#include <netkey/key.h>
-#include <netkey/key_debug.h>
#endif
#ifndef IPFORWARDING