Date: Sun, 2 Jun 2013 18:10:16 +0000 (UTC) From: Alan Cox <alc@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r251263 - head/sys/dev/cxgb/sys Message-ID: <201306021810.r52IAGOC083429@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: alc Date: Sun Jun 2 18:10:16 2013 New Revision: 251263 URL: http://svnweb.freebsd.org/changeset/base/251263 Log: Remove unnecessary #include's. Modified: head/sys/dev/cxgb/sys/uipc_mvec.c Modified: head/sys/dev/cxgb/sys/uipc_mvec.c ============================================================================== --- head/sys/dev/cxgb/sys/uipc_mvec.c Sun Jun 2 18:10:07 2013 (r251262) +++ head/sys/dev/cxgb/sys/uipc_mvec.c Sun Jun 2 18:10:16 2013 (r251263) @@ -34,7 +34,6 @@ __FBSDID("$FreeBSD$"); #include <sys/malloc.h> #include <sys/mbuf.h> #include <sys/ktr.h> -#include <sys/sf_buf.h> #include <vm/vm.h> #include <vm/pmap.h> @@ -44,10 +43,6 @@ __FBSDID("$FreeBSD$"); #include <cxgb_include.h> #include <sys/mvec.h> -#include <vm/vm.h> -#include <vm/vm_page.h> -#include <vm/pmap.h> - #ifdef INVARIANTS #define M_SANITY m_sanity #else
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306021810.r52IAGOC083429>