diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2013-10-24 11:31:44 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2013-10-24 11:31:44 +0000 |
commit | 136fdf7e9dc1a1f341afcb8045eec2144920aec0 (patch) | |
tree | 4504bf6e2f3c1088b1f696a7353d1cd5ba3d3305 /sys/net/pf_lb.c | |
parent | 29d19e36891dce247a1a79fee765288dc7366aed (diff) |
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 */ |