diff options
author | 2013-10-24 11:31:43 +0000 | |
---|---|---|
committer | 2013-10-24 11:31:43 +0000 | |
commit | 7b2d60742912a27e72b97f75e56b23cb0851c329 (patch) | |
tree | 4dadc7f386be5956237ac3229782d1934ddd5d54 /sys/net/pf_lb.c | |
parent | s/ALLWINNER/SUNXI/g (diff) | |
download | wireguard-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/net/pf_lb.c')
-rw-r--r-- | sys/net/pf_lb.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/net/pf_lb.c b/sys/net/pf_lb.c index f313bfade01..58bd7af9078 100644 --- a/sys/net/pf_lb.c +++ b/sys/net/pf_lb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pf_lb.c,v 1.27 2013/10/23 15:12:42 mpi Exp $ */ +/* $OpenBSD: pf_lb.c,v 1.28 2013/10/24 11:31:43 mpi Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -86,11 +86,9 @@ #endif /* NPFSYNC > 0 */ #ifdef INET6 -#include <netinet6/in6_var.h> #include <netinet/ip6.h> #include <netinet/in_pcb.h> #include <netinet/icmp6.h> -#include <netinet6/nd6.h> #endif /* INET6 */ |