svn commit: r251263 - head/sys/dev/cxgb/sys

Alan Cox alc at FreeBSD.org
Sun Jun 2 18:10:16 UTC 2013


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


More information about the svn-src-head mailing list