summaryrefslogtreecommitdiff
path: root/sys/net
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-06-08 02:56:48 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-06-08 02:56:48 +0000
commit08178b2b973e27565ab4eec9f9b0444c52822c12 (patch)
tree01c65693054ea8061f69a4c6c809351f511daae2 /sys/net
parent7a08f1b2c336f30da1050f456b147e5a07c9c4ce (diff)
Trim some unnecessary includes.
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/pfkeyv2.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/net/pfkeyv2.c b/sys/net/pfkeyv2.c
index 829812bae68..a01a59bbd0e 100644
--- a/sys/net/pfkeyv2.c
+++ b/sys/net/pfkeyv2.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pfkeyv2.c,v 1.66 2001/06/08 02:53:49 angelos Exp $ */
+/* $OpenBSD: pfkeyv2.c,v 1.67 2001/06/08 02:56:47 angelos Exp $ */
/*
* @(#)COPYRIGHT 1.1 (NRL) 17 January 1995
@@ -74,18 +74,13 @@
#include <sys/systm.h>
#include <sys/mbuf.h>
#include <sys/kernel.h>
-#include <sys/malloc.h>
-#include <sys/socketvar.h>
#include <sys/proc.h>
#include <net/route.h>
-#include <netinet/in.h>
#include <netinet/ip_ipsp.h>
#include <net/pfkeyv2.h>
#include <netinet/ip_ah.h>
#include <netinet/ip_esp.h>
#include <crypto/blf.h>
-#include <crypto/crypto.h>
-#include <crypto/xform.h>
#define PFKEYV2_PROTOCOL 2
#define GETSPI_TRIES 10