summaryrefslogtreecommitdiffstats
path: root/sys/net/pf_lb.c
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2014-09-08 06:24:13 +0000
committerjsg <jsg@openbsd.org>2014-09-08 06:24:13 +0000
commita370214e4b602a35c37039b041cfd100d6dcb48a (patch)
tree4ec8b6055db141fb97185df3d7a8bda00c4b2a8b /sys/net/pf_lb.c
parentOCAML_VERSION will be removed, document CONFIGURE_STYLE=oasis (diff)
downloadwireguard-openbsd-a370214e4b602a35c37039b041cfd100d6dcb48a.tar.xz
wireguard-openbsd-a370214e4b602a35c37039b041cfd100d6dcb48a.zip
remove uneeded route.h includes
ok miod@ mpi@
Diffstat (limited to 'sys/net/pf_lb.c')
-rw-r--r--sys/net/pf_lb.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/net/pf_lb.c b/sys/net/pf_lb.c
index f666dc20497..68e88a46cae 100644
--- a/sys/net/pf_lb.c
+++ b/sys/net/pf_lb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pf_lb.c,v 1.33 2014/08/14 07:55:17 blambert Exp $ */
+/* $OpenBSD: pf_lb.c,v 1.34 2014/09/08 06:24:13 jsg Exp $ */
/*
* Copyright (c) 2001 Daniel Hartmeier
@@ -58,8 +58,6 @@
#include <net/if.h>
#include <net/if_types.h>
#include <net/bpf.h>
-#include <net/route.h>
-#include <net/radix_mpath.h>
#include <netinet/in.h>
#include <netinet/ip.h>
@@ -68,9 +66,7 @@
#include <netinet/tcp_seq.h>
#include <netinet/udp.h>
#include <netinet/ip_icmp.h>
-#include <netinet/in_pcb.h>
#include <netinet/tcp_timer.h>
-#include <netinet/tcp_var.h>
#include <netinet/udp_var.h>
#include <netinet/icmp_var.h>
#include <netinet/if_ether.h>