diff options
author | 2013-10-23 15:12:42 +0000 | |
---|---|---|
committer | 2013-10-23 15:12:42 +0000 | |
commit | 48a59fe3de1bf0741c6557eb9f5dcbf9d9c5b9a3 (patch) | |
tree | 980637fc8c10e433bdde3004b27deb7a8c26846d /sys/net/pf_lb.c | |
parent | No need to expose twice in_socktrim(), it is only used in one file. (diff) | |
download | wireguard-openbsd-48a59fe3de1bf0741c6557eb9f5dcbf9d9c5b9a3.tar.xz wireguard-openbsd-48a59fe3de1bf0741c6557eb9f5dcbf9d9c5b9a3.zip |
Remove the number of in_var.h inclusions by moving some functions and
global variables to in.h.
ok mikeb@, deraadt@
Diffstat (limited to 'sys/net/pf_lb.c')
-rw-r--r-- | sys/net/pf_lb.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/pf_lb.c b/sys/net/pf_lb.c index 88252bb2cf3..f313bfade01 100644 --- a/sys/net/pf_lb.c +++ b/sys/net/pf_lb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pf_lb.c,v 1.26 2013/10/17 16:27:42 bluhm Exp $ */ +/* $OpenBSD: pf_lb.c,v 1.27 2013/10/23 15:12:42 mpi Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -62,7 +62,6 @@ #include <net/radix_mpath.h> #include <netinet/in.h> -#include <netinet/in_var.h> #include <netinet/in_systm.h> #include <netinet/ip.h> #include <netinet/ip_var.h> |