svn commit: r243992 - head/sys/kern

Pawel Jakub Dawidek pjd at FreeBSD.org
Fri Dec 7 22:05:43 UTC 2012


Author: pjd
Date: Fri Dec  7 22:05:42 2012
New Revision: 243992
URL: http://svnweb.freebsd.org/changeset/base/243992

Log:
  There is no need anymore to include vm/uma.h after r241726.
  
  Obtained from:	WHEEL Systems

Modified:
  head/sys/kern/uipc_domain.c

Modified: head/sys/kern/uipc_domain.c
==============================================================================
--- head/sys/kern/uipc_domain.c	Fri Dec  7 20:55:24 2012	(r243991)
+++ head/sys/kern/uipc_domain.c	Fri Dec  7 22:05:42 2012	(r243992)
@@ -46,8 +46,6 @@ __FBSDID("$FreeBSD$");
 
 #include <net/vnet.h>
 
-#include <vm/uma.h>
-
 /*
  * System initialization
  *


More information about the svn-src-all mailing list