From 843dcea09e00a22494df2f0efe5c2b4ea4a1705a Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Sat, 4 Aug 2012 18:12:54 +0000 Subject: [PATCH] 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 --- sys/fs/nfs/nfs_commonport.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/fs/nfs/nfs_commonport.c b/sys/fs/nfs/nfs_commonport.c index 47c051f15e3..46f36208db3 100644 --- a/sys/fs/nfs/nfs_commonport.c +++ b/sys/fs/nfs/nfs_commonport.c @@ -49,7 +49,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include extern int nfscl_ticks; extern int nfsrv_nfsuserd;