summaryrefslogtreecommitdiff
path: root/sys/netinet/if_ether.c
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2009-06-23 17:03:45 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2009-06-23 17:03:45 +0000
commit5736e6fb9d15b95ee15c93c75e67222183a14b1d (patch)
treebbb7032d3da584405021ac822bdb322cdd2a2383 /sys/netinet/if_ether.c
parent07bed1516d1bd7cb181ee76872018d50158a0747 (diff)
Notes
Diffstat (limited to 'sys/netinet/if_ether.c')
-rw-r--r--sys/netinet/if_ether.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet/if_ether.c b/sys/netinet/if_ether.c
index 82b0cc04ca67..91172ba33ea2 100644
--- a/sys/netinet/if_ether.c
+++ b/sys/netinet/if_ether.c
@@ -56,11 +56,10 @@ __FBSDID("$FreeBSD$");
#include <net/if.h>
#include <net/if_dl.h>
#include <net/if_types.h>
-#include <net/route.h>
#include <net/netisr.h>
#include <net/if_llc.h>
#include <net/ethernet.h>
-#include <net/vnet.h>
+#include <net/route.h>
#include <netinet/in.h>
#include <netinet/in_var.h>