summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ipsec_output.c
diff options
context:
space:
mode:
authormpi <mpi@openbsd.org>2013-10-24 11:31:43 +0000
committermpi <mpi@openbsd.org>2013-10-24 11:31:43 +0000
commit7b2d60742912a27e72b97f75e56b23cb0851c329 (patch)
tree4dadc7f386be5956237ac3229782d1934ddd5d54 /sys/netinet/ipsec_output.c
parents/ALLWINNER/SUNXI/g (diff)
downloadwireguard-openbsd-7b2d60742912a27e72b97f75e56b23cb0851c329.tar.xz
wireguard-openbsd-7b2d60742912a27e72b97f75e56b23cb0851c329.zip
Remove the number of in6_var.h inclusions by moving some functions and
global variables to in6.h. ok deraadt@
Diffstat (limited to 'sys/netinet/ipsec_output.c')
-rw-r--r--sys/netinet/ipsec_output.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet/ipsec_output.c b/sys/netinet/ipsec_output.c
index a95e8bcfb5d..962d5cade52 100644
--- a/sys/netinet/ipsec_output.c
+++ b/sys/netinet/ipsec_output.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ipsec_output.c,v 1.49 2013/08/03 12:45:41 markus Exp $ */
+/* $OpenBSD: ipsec_output.c,v 1.50 2013/10/24 11:31:43 mpi Exp $ */
/*
* The author of this code is Angelos D. Keromytis (angelos@cis.upenn.edu)
*
@@ -48,7 +48,6 @@
#ifndef INET
#include <netinet/in.h>
#endif
-#include <netinet6/in6_var.h>
#endif /* INET6 */
#include <netinet/udp.h>