Reduce header pollution.

This commit is contained in:
Gleb Smirnoff 2015-03-17 14:16:50 +00:00
parent 4f42bb1021
commit 8c4df6296b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=280173

View File

@ -24,13 +24,8 @@ __FBSDID("$FreeBSD$");
#include "opt_inet6.h"
#include <sys/param.h>
#include <sys/kernel.h>
#include <sys/mbuf.h>
#include <sys/fnv_hash.h>
#include <sys/socket.h>
#include <net/if.h>
#include <net/if_var.h>
#include <net/ethernet.h>
@ -46,8 +41,6 @@ __FBSDID("$FreeBSD$");
#include <netinet/ip6.h>
#endif
#include <net/if_vlan_var.h>
static const void *
m_ether_tcpip_hash_gethdr(const struct mbuf *m, const u_int off,
const u_int len, void *buf)