summaryrefslogtreecommitdiff
path: root/sys/net/pf_lb.c
diff options
context:
space:
mode:
authorMartin Pieuchot <mpi@cvs.openbsd.org>2013-10-23 15:12:43 +0000
committerMartin Pieuchot <mpi@cvs.openbsd.org>2013-10-23 15:12:43 +0000
commitd2924ce85f964725527e58978d39bf95a72c42a1 (patch)
treeefc6783cf3acdb5feb918ddbc7aba305c9b1101c /sys/net/pf_lb.c
parent603c82f9a29663f53402ba36bbb39bf9594a1c04 (diff)
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.c3
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>