From owner-svn-src-all@FreeBSD.ORG Tue Mar 17 14:16:51 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DC37423D; Tue, 17 Mar 2015 14:16:51 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C7E922D7; Tue, 17 Mar 2015 14:16:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2HEGpLG017144; Tue, 17 Mar 2015 14:16:51 GMT (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2HEGpLT017143; Tue, 17 Mar 2015 14:16:51 GMT (envelope-from glebius@FreeBSD.org) Message-Id: <201503171416.t2HEGpLT017143@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: glebius set sender to glebius@FreeBSD.org using -f From: Gleb Smirnoff Date: Tue, 17 Mar 2015 14:16:51 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r280173 - head/sys/kern X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Mar 2015 14:16:52 -0000 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 -#include #include #include -#include - -#include -#include #include @@ -46,8 +41,6 @@ __FBSDID("$FreeBSD$"); #include #endif -#include - static const void * m_ether_tcpip_hash_gethdr(const struct mbuf *m, const u_int off, const u_int len, void *buf)