diff options
author | kib <kib@FreeBSD.org> | 2012-08-04 18:12:54 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2012-08-04 18:12:54 +0000 |
commit | 92640c3632022e41b9cbf19c91dc943056036413 (patch) | |
tree | 1aa4f93882a6fc8515aa3586e058ec3687bcdc1d /sys/fs/nfs/nfs_commonport.c | |
parent | 02de659fe8b0243204a3cdab91ddfd9054d6fa7d (diff) | |
download | FreeBSD-src-92640c3632022e41b9cbf19c91dc943056036413.zip FreeBSD-src-92640c3632022e41b9cbf19c91dc943056036413.tar.gz |
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
Diffstat (limited to 'sys/fs/nfs/nfs_commonport.c')
-rw-r--r-- | sys/fs/nfs/nfs_commonport.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/fs/nfs/nfs_commonport.c b/sys/fs/nfs/nfs_commonport.c index 47c051f..46f3620 100644 --- a/sys/fs/nfs/nfs_commonport.c +++ b/sys/fs/nfs/nfs_commonport.c @@ -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; |