Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Mar 2015 14:16:51 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r280173 - head/sys/kern
Message-ID:  <201503171416.t2HEGpLT017143@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: glebius
Date: Tue Mar 17 14:16:50 2015
New Revision: 280173
URL: https://svnweb.freebsd.org/changeset/base/280173

Log:
  Reduce header pollution.

Modified:
  head/sys/kern/uipc_mbufhash.c

Modified: head/sys/kern/uipc_mbufhash.c
==============================================================================
--- head/sys/kern/uipc_mbufhash.c	Tue Mar 17 13:21:49 2015	(r280172)
+++ head/sys/kern/uipc_mbufhash.c	Tue Mar 17 14:16:50 2015	(r280173)
@@ -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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503171416.t2HEGpLT017143>