aboutsummaryrefslogtreecommitdiff
path: root/sys/net
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2009-06-08 19:57:35 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2009-06-08 19:57:35 +0000
commit8d8bc0182ea6f8f85409e76e53053487c7d23a84 (patch)
tree536b4d1a8634a3cd973f0d7a5ca23ef93ec76029 /sys/net
parent5cdee58296e197996a3f9b1f031dcad4b9e1c1eb (diff)
Notes
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/bridgestp.c2
-rw-r--r--sys/net/flowtable.h2
-rw-r--r--sys/net/if.c1
-rw-r--r--sys/net/if_ef.c1
-rw-r--r--sys/net/if_ethersubr.c1
-rw-r--r--sys/net/if_loop.c1
-rw-r--r--sys/net/if_mib.c2
-rw-r--r--sys/net/if_vlan.c1
-rw-r--r--sys/net/raw_cb.c2
-rw-r--r--sys/net/raw_usrreq.c2
-rw-r--r--sys/net/rtsock.c1
11 files changed, 0 insertions, 16 deletions
diff --git a/sys/net/bridgestp.c b/sys/net/bridgestp.c
index 059e963cf7ce..5007281f0ebb 100644
--- a/sys/net/bridgestp.c
+++ b/sys/net/bridgestp.c
@@ -37,8 +37,6 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
-#include "opt_route.h"
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/mbuf.h>
diff --git a/sys/net/flowtable.h b/sys/net/flowtable.h
index 50f126a190a8..c9a1f53006d9 100644
--- a/sys/net/flowtable.h
+++ b/sys/net/flowtable.h
@@ -33,8 +33,6 @@ $FreeBSD$
#define _NET_FLOWTABLE_H_
#ifdef _KERNEL
-#include "opt_route.h"
-
#include <net/ethernet.h>
#include <netinet/in.h>
diff --git a/sys/net/if.c b/sys/net/if.c
index 35a5e0b5df23..ba4cb1a8c19b 100644
--- a/sys/net/if.c
+++ b/sys/net/if.c
@@ -33,7 +33,6 @@
#include "opt_compat.h"
#include "opt_inet6.h"
#include "opt_inet.h"
-#include "opt_route.h"
#include "opt_carp.h"
#include <sys/param.h>
diff --git a/sys/net/if_ef.c b/sys/net/if_ef.c
index c919e9f3feea..6d06c56b5138 100644
--- a/sys/net/if_ef.c
+++ b/sys/net/if_ef.c
@@ -29,7 +29,6 @@
#include "opt_inet.h"
#include "opt_ipx.h"
#include "opt_ef.h"
-#include "opt_route.h"
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/net/if_ethersubr.c b/sys/net/if_ethersubr.c
index 02ff42222e2f..2bf4d3436d06 100644
--- a/sys/net/if_ethersubr.c
+++ b/sys/net/if_ethersubr.c
@@ -34,7 +34,6 @@
#include "opt_inet.h"
#include "opt_inet6.h"
#include "opt_ipx.h"
-#include "opt_route.h"
#include "opt_netgraph.h"
#include "opt_carp.h"
#include "opt_mbuf_profiling.h"
diff --git a/sys/net/if_loop.c b/sys/net/if_loop.c
index b0f22c89758d..82c68ffbd4a2 100644
--- a/sys/net/if_loop.c
+++ b/sys/net/if_loop.c
@@ -38,7 +38,6 @@
#include "opt_inet.h"
#include "opt_inet6.h"
#include "opt_ipx.h"
-#include "opt_route.h"
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/net/if_mib.c b/sys/net/if_mib.c
index 4caa40fe57a0..15b1e013e8f3 100644
--- a/sys/net/if_mib.c
+++ b/sys/net/if_mib.c
@@ -29,8 +29,6 @@
* $FreeBSD$
*/
-#include "opt_route.h"
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
diff --git a/sys/net/if_vlan.c b/sys/net/if_vlan.c
index 562c58605802..3206e59b40bb 100644
--- a/sys/net/if_vlan.c
+++ b/sys/net/if_vlan.c
@@ -41,7 +41,6 @@
* and ask it to send them.
*/
-#include "opt_route.h"
#include "opt_vlan.h"
#include <sys/param.h>
diff --git a/sys/net/raw_cb.c b/sys/net/raw_cb.c
index 408c2d2e4b48..415273194a76 100644
--- a/sys/net/raw_cb.c
+++ b/sys/net/raw_cb.c
@@ -31,8 +31,6 @@
* $FreeBSD$
*/
-#include "opt_route.h"
-
#include <sys/param.h>
#include <sys/domain.h>
#include <sys/lock.h>
diff --git a/sys/net/raw_usrreq.c b/sys/net/raw_usrreq.c
index 1749c13434e8..0d375cf663fe 100644
--- a/sys/net/raw_usrreq.c
+++ b/sys/net/raw_usrreq.c
@@ -31,8 +31,6 @@
* $FreeBSD$
*/
-#include "opt_route.h"
-
#include <sys/param.h>
#include <sys/kernel.h>
#include <sys/lock.h>
diff --git a/sys/net/rtsock.c b/sys/net/rtsock.c
index 751e0ae8d713..2ea5eda12a07 100644
--- a/sys/net/rtsock.c
+++ b/sys/net/rtsock.c
@@ -31,7 +31,6 @@
*/
#include "opt_sctp.h"
#include "opt_mpath.h"
-#include "opt_route.h"
#include "opt_inet.h"
#include "opt_inet6.h"