summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ipsec_input.c
diff options
context:
space:
mode:
authorangelos <angelos@openbsd.org>2001-06-08 03:13:14 +0000
committerangelos <angelos@openbsd.org>2001-06-08 03:13:14 +0000
commita9f680bd8f26e89b1ae761458af99d3523cab003 (patch)
tree576710a7b8f1dbf07fc49f9a0f8e7bee0ff0ef04 /sys/netinet/ipsec_input.c
parentTrim some unnecessary includes. (diff)
downloadwireguard-openbsd-a9f680bd8f26e89b1ae761458af99d3523cab003.tar.xz
wireguard-openbsd-a9f680bd8f26e89b1ae761458af99d3523cab003.zip
Trim include files.
Diffstat (limited to 'sys/netinet/ipsec_input.c')
-rw-r--r--sys/netinet/ipsec_input.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/netinet/ipsec_input.c b/sys/netinet/ipsec_input.c
index 9aac39a36e9..a0f2d1490d8 100644
--- a/sys/netinet/ipsec_input.c
+++ b/sys/netinet/ipsec_input.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ipsec_input.c,v 1.42 2001/06/05 11:10:12 angelos Exp $ */
+/* $OpenBSD: ipsec_input.c,v 1.43 2001/06/08 03:13:15 angelos Exp $ */
/*
* The authors of this code are John Ioannidis (ji@tla.org),
@@ -36,20 +36,12 @@
*/
#include <sys/param.h>
-#include <sys/systm.h>
-#include <sys/malloc.h>
#include <sys/mbuf.h>
-#include <sys/domain.h>
-#include <sys/protosw.h>
#include <sys/socket.h>
#include <sys/sysctl.h>
-#include <sys/errno.h>
#include <sys/kernel.h>
-#include <machine/cpu.h>
-
#include <net/if.h>
-#include <net/route.h>
#include <net/netisr.h>
#include <net/bpf.h>