Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Aug 2012 18:12:55 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r239039 - head/sys/fs/nfs
Message-ID:  <201208041812.q74ICtQt080845@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Sat Aug  4 18:12:54 2012
New Revision: 239039
URL: http://svn.freebsd.org/changeset/base/239039

Log:
  The header uma_int.h is internal uma header, unused by this source
  file.  Do not include it needlessly.
  
  Reviewed by:  alc
  MFC after:    1 week

Modified:
  head/sys/fs/nfs/nfs_commonport.c

Modified: head/sys/fs/nfs/nfs_commonport.c
==============================================================================
--- head/sys/fs/nfs/nfs_commonport.c	Sat Aug  4 18:10:04 2012	(r239038)
+++ head/sys/fs/nfs/nfs_commonport.c	Sat Aug  4 18:12:54 2012	(r239039)
@@ -49,7 +49,6 @@ __FBSDID("$FreeBSD$");
 #include <vm/vm_kern.h>
 #include <vm/vm_extern.h>
 #include <vm/uma.h>
-#include <vm/uma_int.h>
 
 extern int nfscl_ticks;
 extern int nfsrv_nfsuserd;



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