diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2009-06-23 17:03:45 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2009-06-23 17:03:45 +0000 |
| commit | 5736e6fb9d15b95ee15c93c75e67222183a14b1d (patch) | |
| tree | bbb7032d3da584405021ac822bdb322cdd2a2383 /sys/netinet/if_ether.c | |
| parent | 07bed1516d1bd7cb181ee76872018d50158a0747 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/if_ether.c')
| -rw-r--r-- | sys/netinet/if_ether.c | 3 |
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> |
