diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2014-09-08 06:24:14 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2014-09-08 06:24:14 +0000 |
commit | 54ce592cec12e4da4a90208a13a3f75e92e8ff34 (patch) | |
tree | 24e85d6e29ffe2ef5ed1bd5d1368b010d124dc71 /sys/net/pf_lb.c | |
parent | 5225742b84032fe7f6a56fc56fe368550b1d8bd6 (diff) |
remove uneeded route.h includes
ok miod@ mpi@
Diffstat (limited to 'sys/net/pf_lb.c')
-rw-r--r-- | sys/net/pf_lb.c | 6 |
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> |