From 136fdf7e9dc1a1f341afcb8045eec2144920aec0 Mon Sep 17 00:00:00 2001 From: Martin Pieuchot Date: Thu, 24 Oct 2013 11:31:44 +0000 Subject: Remove the number of in6_var.h inclusions by moving some functions and global variables to in6.h. ok deraadt@ --- sys/net/pfkeyv2_convert.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sys/net/pfkeyv2_convert.c') diff --git a/sys/net/pfkeyv2_convert.c b/sys/net/pfkeyv2_convert.c index 3ba2f29177d..47d0dc4b027 100644 --- a/sys/net/pfkeyv2_convert.c +++ b/sys/net/pfkeyv2_convert.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfkeyv2_convert.c,v 1.41 2013/10/12 11:55:46 henning Exp $ */ +/* $OpenBSD: pfkeyv2_convert.c,v 1.42 2013/10/24 11:31:43 mpi Exp $ */ /* * The author of this code is Angelos D. Keromytis (angelos@keromytis.org) * @@ -108,9 +108,6 @@ #endif #include -#ifdef INET6 -#include -#endif #include #include #include -- cgit v1.2.3