summaryrefslogtreecommitdiffstats
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
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@
-rw-r--r--sys/dev/pci/if_de.c3
-rw-r--r--sys/dev/pci/if_san_common.c3
-rw-r--r--sys/kern/uipc_socket.c3
-rw-r--r--sys/net/bridgestp.c3
-rw-r--r--sys/net/if_bridge.c3
-rw-r--r--sys/net/if_enc.c3
-rw-r--r--sys/net/if_pflog.c3
-rw-r--r--sys/net/if_pfsync.c5
-rw-r--r--sys/net/if_pppx.c4
-rw-r--r--sys/net/if_tun.c3
-rw-r--r--sys/net/pf_lb.c6
-rw-r--r--sys/net/pf_norm.c3
-rw-r--r--sys/net/pf_table.c3
-rw-r--r--sys/net/pfkey.c4
-rw-r--r--sys/net/raw_cb.c3
-rw-r--r--sys/net/raw_usrreq.c3
-rw-r--r--sys/netinet/igmp.c3
-rw-r--r--sys/netinet/in4_cksum.c4
-rw-r--r--sys/netinet/ip_carp.c3
-rw-r--r--sys/netinet/ip_divert.c3
-rw-r--r--sys/netinet/ip_ipsp.c3
-rw-r--r--sys/netinet/ipsec_output.c3
-rw-r--r--sys/netinet6/dest6.c3
-rw-r--r--sys/netinet6/in6_gif.c3
-rw-r--r--sys/netinet6/ip6_divert.c3
-rw-r--r--sys/netinet6/ip6_mroute.c1
-rw-r--r--sys/netmpls/mpls_proto.c5
-rw-r--r--sys/nfs/nfs_boot.c3
-rw-r--r--sys/nfs/nfs_vfsops.c3
29 files changed, 34 insertions, 61 deletions
diff --git a/sys/dev/pci/if_de.c b/sys/dev/pci/if_de.c
index d48a878b8dd..712342218b1 100644
--- a/sys/dev/pci/if_de.c
+++ b/sys/dev/pci/if_de.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_de.c,v 1.115 2014/07/22 13:12:11 mpi Exp $ */
+/* $OpenBSD: if_de.c,v 1.116 2014/09/08 06:24:13 jsg Exp $ */
/* $NetBSD: if_de.c,v 1.58 1998/01/12 09:39:58 thorpej Exp $ */
/*-
@@ -54,7 +54,6 @@
#include <net/if_media.h>
#include <net/if_types.h>
#include <net/if_dl.h>
-#include <net/route.h>
#include <net/netisr.h>
#include "bpfilter.h"
diff --git a/sys/dev/pci/if_san_common.c b/sys/dev/pci/if_san_common.c
index b259667a64b..4614e92aa50 100644
--- a/sys/dev/pci/if_san_common.c
+++ b/sys/dev/pci/if_san_common.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_san_common.c,v 1.18 2014/07/22 13:12:11 mpi Exp $ */
+/* $OpenBSD: if_san_common.c,v 1.19 2014/09/08 06:24:13 jsg Exp $ */
/*-
* Copyright (c) 2001-2004 Sangoma Technologies (SAN)
@@ -54,7 +54,6 @@
# include <net/if_types.h>
# include <net/if.h>
# include <net/netisr.h>
-# include <net/route.h>
# include <net/if_media.h>
# include <net/ppp_defs.h>
# include <net/if_ppp.h>
diff --git a/sys/kern/uipc_socket.c b/sys/kern/uipc_socket.c
index f6ca64c56e0..260fade2fa9 100644
--- a/sys/kern/uipc_socket.c
+++ b/sys/kern/uipc_socket.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uipc_socket.c,v 1.131 2014/08/31 01:42:36 guenther Exp $ */
+/* $OpenBSD: uipc_socket.c,v 1.132 2014/09/08 06:24:13 jsg Exp $ */
/* $NetBSD: uipc_socket.c,v 1.21 1996/02/04 02:17:52 christos Exp $ */
/*
@@ -49,7 +49,6 @@
#include <sys/signalvar.h>
#include <sys/resourcevar.h>
#include <net/if.h>
-#include <net/route.h>
#include <sys/pool.h>
void sbsync(struct sockbuf *, struct mbuf *);
diff --git a/sys/net/bridgestp.c b/sys/net/bridgestp.c
index b506ce9b023..b722bb12794 100644
--- a/sys/net/bridgestp.c
+++ b/sys/net/bridgestp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bridgestp.c,v 1.49 2014/07/22 11:06:09 mpi Exp $ */
+/* $OpenBSD: bridgestp.c,v 1.50 2014/09/08 06:24:13 jsg Exp $ */
/*
* Copyright (c) 2000 Jason L. Wright (jason@thought.net)
@@ -50,7 +50,6 @@
#include <net/if_dl.h>
#include <net/if_llc.h>
#include <net/if_media.h>
-#include <net/route.h>
#include <net/netisr.h>
#ifdef INET
diff --git a/sys/net/if_bridge.c b/sys/net/if_bridge.c
index 10c8d1336bc..fa40d367c19 100644
--- a/sys/net/if_bridge.c
+++ b/sys/net/if_bridge.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_bridge.c,v 1.226 2014/07/22 11:06:09 mpi Exp $ */
+/* $OpenBSD: if_bridge.c,v 1.227 2014/09/08 06:24:13 jsg Exp $ */
/*
* Copyright (c) 1999, 2000 Jason L. Wright (jason@thought.net)
@@ -49,7 +49,6 @@
#include <net/if.h>
#include <net/if_types.h>
#include <net/if_llc.h>
-#include <net/route.h>
#include <net/netisr.h>
/* for arc4random() */
diff --git a/sys/net/if_enc.c b/sys/net/if_enc.c
index 6bc31ad6ce4..e0f36531063 100644
--- a/sys/net/if_enc.c
+++ b/sys/net/if_enc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_enc.c,v 1.55 2014/07/12 18:44:22 tedu Exp $ */
+/* $OpenBSD: if_enc.c,v 1.56 2014/09/08 06:24:13 jsg Exp $ */
/*
* Copyright (c) 2010 Reyk Floeter <reyk@vantronix.net>
@@ -30,7 +30,6 @@
#include <net/if.h>
#include <net/if_enc.h>
#include <net/if_types.h>
-#include <net/route.h>
#if NBPFILTER > 0
#include <net/bpf.h>
#endif
diff --git a/sys/net/if_pflog.c b/sys/net/if_pflog.c
index d992b95ebfc..8d10cc32fcd 100644
--- a/sys/net/if_pflog.c
+++ b/sys/net/if_pflog.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_pflog.c,v 1.62 2014/07/22 11:06:09 mpi Exp $ */
+/* $OpenBSD: if_pflog.c,v 1.63 2014/09/08 06:24:13 jsg Exp $ */
/*
* The authors of this code are John Ioannidis (ji@tla.org),
* Angelos D. Keromytis (kermit@csd.uch.gr) and
@@ -46,7 +46,6 @@
#include <net/if.h>
#include <net/if_types.h>
-#include <net/route.h>
#include <net/bpf.h>
#ifdef INET
diff --git a/sys/net/if_pfsync.c b/sys/net/if_pfsync.c
index e30e29cd842..79f3e398c8c 100644
--- a/sys/net/if_pfsync.c
+++ b/sys/net/if_pfsync.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_pfsync.c,v 1.208 2014/07/22 11:06:09 mpi Exp $ */
+/* $OpenBSD: if_pfsync.c,v 1.209 2014/09/08 06:24:13 jsg Exp $ */
/*
* Copyright (c) 2002 Michael Shalayeff
@@ -57,7 +57,6 @@
#include <net/if.h>
#include <net/if_types.h>
-#include <net/route.h>
#include <net/bpf.h>
#include <net/netisr.h>
#include <netinet/in.h>
@@ -74,7 +73,7 @@
#ifdef INET6
#include <netinet6/in6_var.h>
#include <netinet/ip6.h>
-#include <netinet/in_pcb.h>
+#include <netinet6/ip6_var.h>
#include <netinet/icmp6.h>
#include <netinet6/nd6.h>
#include <netinet6/ip6_divert.h>
diff --git a/sys/net/if_pppx.c b/sys/net/if_pppx.c
index d30f7a7535a..a95d91ac593 100644
--- a/sys/net/if_pppx.c
+++ b/sys/net/if_pppx.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_pppx.c,v 1.33 2014/08/19 08:04:51 uebayasi Exp $ */
+/* $OpenBSD: if_pppx.c,v 1.34 2014/09/08 06:24:13 jsg Exp $ */
/*
* Copyright (c) 2010 Claudio Jeker <claudio@openbsd.org>
@@ -63,7 +63,7 @@
#include <net/if.h>
#include <net/if_types.h>
-#include <net/route.h>
+#include <net/radix.h>
#include <net/netisr.h>
#include <netinet/in.h>
#include <netinet/if_ether.h>
diff --git a/sys/net/if_tun.c b/sys/net/if_tun.c
index 2742c2e456c..b68e5a2eec5 100644
--- a/sys/net/if_tun.c
+++ b/sys/net/if_tun.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_tun.c,v 1.127 2014/07/22 11:06:09 mpi Exp $ */
+/* $OpenBSD: if_tun.c,v 1.128 2014/09/08 06:24:13 jsg Exp $ */
/* $NetBSD: if_tun.c,v 1.24 1996/05/07 02:40:48 thorpej Exp $ */
/*
@@ -60,7 +60,6 @@
#include <net/if.h>
#include <net/if_types.h>
#include <net/netisr.h>
-#include <net/route.h>
#ifdef INET
#include <netinet/in.h>
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>
diff --git a/sys/net/pf_norm.c b/sys/net/pf_norm.c
index 6913db37936..6d6879c161b 100644
--- a/sys/net/pf_norm.c
+++ b/sys/net/pf_norm.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pf_norm.c,v 1.167 2014/07/22 11:06:10 mpi Exp $ */
+/* $OpenBSD: pf_norm.c,v 1.168 2014/09/08 06:24:13 jsg Exp $ */
/*
* Copyright 2001 Niels Provos <provos@citi.umich.edu>
@@ -44,7 +44,6 @@
#include <net/if.h>
#include <net/if_types.h>
#include <net/bpf.h>
-#include <net/route.h>
#include <net/if_pflog.h>
#include <netinet/in.h>
diff --git a/sys/net/pf_table.c b/sys/net/pf_table.c
index 7e8d1a2ce67..cf7a56442e4 100644
--- a/sys/net/pf_table.c
+++ b/sys/net/pf_table.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pf_table.c,v 1.102 2014/07/12 18:44:22 tedu Exp $ */
+/* $OpenBSD: pf_table.c,v 1.103 2014/09/08 06:24:13 jsg Exp $ */
/*
* Copyright (c) 2002 Cedric Berger
@@ -39,7 +39,6 @@
#include <sys/syslog.h>
#include <net/if.h>
-#include <net/route.h>
#include <netinet/in.h>
#include <netinet/ip_ipsp.h>
#include <net/pfvar.h>
diff --git a/sys/net/pfkey.c b/sys/net/pfkey.c
index 44d5a041f39..64425ed7cd5 100644
--- a/sys/net/pfkey.c
+++ b/sys/net/pfkey.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pfkey.c,v 1.21 2014/07/12 18:44:22 tedu Exp $ */
+/* $OpenBSD: pfkey.c,v 1.22 2014/09/08 06:24:13 jsg Exp $ */
/*
* @(#)COPYRIGHT 1.1 (NRL) 17 January 1995
@@ -74,7 +74,7 @@
#include <sys/socket.h>
#include <sys/mbuf.h>
#include <sys/socketvar.h>
-#include <net/route.h>
+#include <net/radix.h>
#include <netinet/ip_ipsp.h>
#include <net/pfkeyv2.h>
diff --git a/sys/net/raw_cb.c b/sys/net/raw_cb.c
index a921071da87..70952aea2fa 100644
--- a/sys/net/raw_cb.c
+++ b/sys/net/raw_cb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: raw_cb.c,v 1.7 2014/07/12 18:44:22 tedu Exp $ */
+/* $OpenBSD: raw_cb.c,v 1.8 2014/09/08 06:24:13 jsg Exp $ */
/* $NetBSD: raw_cb.c,v 1.9 1996/02/13 22:00:39 christos Exp $ */
/*
@@ -42,7 +42,6 @@
#include <sys/errno.h>
#include <net/if.h>
-#include <net/route.h>
#include <net/raw_cb.h>
#include <netinet/in.h>
diff --git a/sys/net/raw_usrreq.c b/sys/net/raw_usrreq.c
index aeca02715f8..c754dc4158e 100644
--- a/sys/net/raw_usrreq.c
+++ b/sys/net/raw_usrreq.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: raw_usrreq.c,v 1.16 2012/12/12 17:23:53 mikeb Exp $ */
+/* $OpenBSD: raw_usrreq.c,v 1.17 2014/09/08 06:24:13 jsg Exp $ */
/* $NetBSD: raw_usrreq.c,v 1.11 1996/02/13 22:00:43 christos Exp $ */
/*
@@ -42,7 +42,6 @@
#include <sys/systm.h>
#include <net/if.h>
-#include <net/route.h>
#include <net/netisr.h>
#include <net/raw_cb.h>
diff --git a/sys/netinet/igmp.c b/sys/netinet/igmp.c
index 038b43b21d7..870117fe90b 100644
--- a/sys/netinet/igmp.c
+++ b/sys/netinet/igmp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: igmp.c,v 1.43 2014/07/22 11:06:10 mpi Exp $ */
+/* $OpenBSD: igmp.c,v 1.44 2014/09/08 06:24:13 jsg Exp $ */
/* $NetBSD: igmp.c,v 1.15 1996/02/13 23:41:25 christos Exp $ */
/*
@@ -85,7 +85,6 @@
#include <net/if.h>
#include <net/if_var.h>
-#include <net/route.h>
#include <netinet/in.h>
#include <netinet/in_var.h>
diff --git a/sys/netinet/in4_cksum.c b/sys/netinet/in4_cksum.c
index a002643eaf1..ebd0f292dc0 100644
--- a/sys/netinet/in4_cksum.c
+++ b/sys/netinet/in4_cksum.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: in4_cksum.c,v 1.9 2014/07/22 11:06:10 mpi Exp $ */
+/* $OpenBSD: in4_cksum.c,v 1.10 2014/09/08 06:24:13 jsg Exp $ */
/* $KAME: in4_cksum.c,v 1.10 2001/11/30 10:06:15 itojun Exp $ */
/* $NetBSD: in_cksum.c,v 1.13 1996/10/13 02:03:03 christos Exp $ */
@@ -66,7 +66,7 @@
#include <sys/mbuf.h>
#include <sys/systm.h>
#include <sys/socket.h>
-#include <net/route.h>
+#include <sys/socketvar.h>
#include <netinet/in.h>
#include <netinet/ip.h>
#include <netinet/ip_var.h>
diff --git a/sys/netinet/ip_carp.c b/sys/netinet/ip_carp.c
index ad30ceebed6..5f2749de832 100644
--- a/sys/netinet/ip_carp.c
+++ b/sys/netinet/ip_carp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_carp.c,v 1.233 2014/07/22 11:06:10 mpi Exp $ */
+/* $OpenBSD: ip_carp.c,v 1.234 2014/09/08 06:24:13 jsg Exp $ */
/*
* Copyright (c) 2002 Michael Shalayeff. All rights reserved.
@@ -51,7 +51,6 @@
#include <net/if.h>
#include <net/if_types.h>
-#include <net/route.h>
#include <net/netisr.h>
/* for arc4random() */
diff --git a/sys/netinet/ip_divert.c b/sys/netinet/ip_divert.c
index 7055f63ef77..30a486a2444 100644
--- a/sys/netinet/ip_divert.c
+++ b/sys/netinet/ip_divert.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_divert.c,v 1.29 2014/08/10 03:26:20 lteo Exp $ */
+/* $OpenBSD: ip_divert.c,v 1.30 2014/09/08 06:24:13 jsg Exp $ */
/*
* Copyright (c) 2009 Michele Marchetto <michele@openbsd.org>
@@ -25,7 +25,6 @@
#include <sys/sysctl.h>
#include <net/if.h>
-#include <net/route.h>
#include <net/netisr.h>
#include <net/pfvar.h>
diff --git a/sys/netinet/ip_ipsp.c b/sys/netinet/ip_ipsp.c
index e4a5df8a1ba..d20e179f653 100644
--- a/sys/netinet/ip_ipsp.c
+++ b/sys/netinet/ip_ipsp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_ipsp.c,v 1.197 2014/07/22 11:06:10 mpi Exp $ */
+/* $OpenBSD: ip_ipsp.c,v 1.198 2014/09/08 06:24:13 jsg Exp $ */
/*
* The authors of this code are John Ioannidis (ji@tla.org),
* Angelos D. Keromytis (kermit@csd.uch.gr),
@@ -49,7 +49,6 @@
#include <sys/timeout.h>
#include <net/if.h>
-#include <net/route.h>
#if NPF > 0
#include <net/pfvar.h>
diff --git a/sys/netinet/ipsec_output.c b/sys/netinet/ipsec_output.c
index adcab7d1974..88a9c5952ba 100644
--- a/sys/netinet/ipsec_output.c
+++ b/sys/netinet/ipsec_output.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ipsec_output.c,v 1.53 2014/07/22 11:06:10 mpi Exp $ */
+/* $OpenBSD: ipsec_output.c,v 1.54 2014/09/08 06:24:13 jsg Exp $ */
/*
* The author of this code is Angelos D. Keromytis (angelos@cis.upenn.edu)
*
@@ -30,7 +30,6 @@
#include <sys/timeout.h>
#include <net/if.h>
-#include <net/route.h>
#if NPF > 0
#include <net/pfvar.h>
diff --git a/sys/netinet6/dest6.c b/sys/netinet6/dest6.c
index 50f64f72099..2a6e5f09ba7 100644
--- a/sys/netinet6/dest6.c
+++ b/sys/netinet6/dest6.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dest6.c,v 1.13 2014/06/03 13:32:24 mpi Exp $ */
+/* $OpenBSD: dest6.c,v 1.14 2014/09/08 06:24:13 jsg Exp $ */
/* $KAME: dest6.c,v 1.25 2001/02/22 01:39:16 itojun Exp $ */
/*
@@ -41,7 +41,6 @@
#include <sys/kernel.h>
#include <net/if.h>
-#include <net/route.h>
#include <netinet/in.h>
#include <netinet/ip6.h>
diff --git a/sys/netinet6/in6_gif.c b/sys/netinet6/in6_gif.c
index 4541b17ba92..012c84402ad 100644
--- a/sys/netinet6/in6_gif.c
+++ b/sys/netinet6/in6_gif.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: in6_gif.c,v 1.32 2014/07/22 11:06:10 mpi Exp $ */
+/* $OpenBSD: in6_gif.c,v 1.33 2014/09/08 06:24:13 jsg Exp $ */
/* $KAME: in6_gif.c,v 1.43 2001/01/22 07:27:17 itojun Exp $ */
/*
@@ -42,7 +42,6 @@
#include <sys/protosw.h>
#include <net/if.h>
-#include <net/route.h>
#if NPF > 0
#include <net/pfvar.h>
diff --git a/sys/netinet6/ip6_divert.c b/sys/netinet6/ip6_divert.c
index a734734c9cc..e4241240513 100644
--- a/sys/netinet6/ip6_divert.c
+++ b/sys/netinet6/ip6_divert.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip6_divert.c,v 1.29 2014/08/10 03:24:51 lteo Exp $ */
+/* $OpenBSD: ip6_divert.c,v 1.30 2014/09/08 06:24:13 jsg Exp $ */
/*
* Copyright (c) 2009 Michele Marchetto <michele@openbsd.org>
@@ -25,7 +25,6 @@
#include <sys/sysctl.h>
#include <net/if.h>
-#include <net/route.h>
#include <net/netisr.h>
#include <net/pfvar.h>
diff --git a/sys/netinet6/ip6_mroute.c b/sys/netinet6/ip6_mroute.c
index e43d1506145..2df65588dea 100644
--- a/sys/netinet6/ip6_mroute.c
+++ b/sys/netinet6/ip6_mroute.c
@@ -97,7 +97,6 @@
#include <sys/sysctl.h>
#include <net/if.h>
-#include <net/route.h>
#include <netinet/in.h>
#include <netinet/icmp6.h>
diff --git a/sys/netmpls/mpls_proto.c b/sys/netmpls/mpls_proto.c
index b1266119286..a3319be4990 100644
--- a/sys/netmpls/mpls_proto.c
+++ b/sys/netmpls/mpls_proto.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mpls_proto.c,v 1.7 2013/04/24 10:20:15 mpi Exp $ */
+/* $OpenBSD: mpls_proto.c,v 1.8 2014/09/08 06:24:13 jsg Exp $ */
/*
* Copyright (C) 1999, 2000 and 2001 AYAME Project, WIDE Project.
@@ -37,7 +37,8 @@
#include <sys/mbuf.h>
#include <net/if.h>
-#include <net/route.h>
+#include <net/radix.h>
+#include <net/radix_mpath.h>
#include <netmpls/mpls.h>
diff --git a/sys/nfs/nfs_boot.c b/sys/nfs/nfs_boot.c
index 116f8e24a6b..321ec1e3ada 100644
--- a/sys/nfs/nfs_boot.c
+++ b/sys/nfs/nfs_boot.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: nfs_boot.c,v 1.32 2014/05/07 08:26:38 mpi Exp $ */
+/* $OpenBSD: nfs_boot.c,v 1.33 2014/09/08 06:24:13 jsg Exp $ */
/* $NetBSD: nfs_boot.c,v 1.26 1996/05/07 02:51:25 thorpej Exp $ */
/*
@@ -42,7 +42,6 @@
#include <sys/queue.h>
#include <net/if.h>
-#include <net/route.h>
#include <netinet/in.h>
#include <netinet/in_var.h>
diff --git a/sys/nfs/nfs_vfsops.c b/sys/nfs/nfs_vfsops.c
index f955f17a60c..24eee5b4127 100644
--- a/sys/nfs/nfs_vfsops.c
+++ b/sys/nfs/nfs_vfsops.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: nfs_vfsops.c,v 1.100 2014/07/12 18:43:52 tedu Exp $ */
+/* $OpenBSD: nfs_vfsops.c,v 1.101 2014/09/08 06:24:13 jsg Exp $ */
/* $NetBSD: nfs_vfsops.c,v 1.46.4.1 1996/05/25 22:40:35 fvdl Exp $ */
/*
@@ -55,7 +55,6 @@
#include <sys/queue.h>
#include <net/if.h>
-#include <net/route.h>
#include <netinet/in.h>
#include <nfs/rpcv2.h>