aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2022-04-01 21:05:32 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2022-04-09 21:43:53 +0000
commit147e4fe3f1f810790c9f08b4e412350393c9ac08 (patch)
tree7a7d0b6e928b746d29e9a3f1afbf9b6885dbe145
parent59e85819be69d354fa6f390b791fd9cd06a80f35 (diff)
downloadsrc-147e4fe3f1f810790c9f08b4e412350393c9ac08.tar.gz
src-147e4fe3f1f810790c9f08b4e412350393c9ac08.zip
kern_lockf.c: remove no longer neeeded UFS headers
Reviewed by: markj, rmacklem Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D34756
-rw-r--r--sys/kern/kern_lockf.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/kern/kern_lockf.c b/sys/kern/kern_lockf.c
index 079f7b999835..2455c84ad65c 100644
--- a/sys/kern/kern_lockf.c
+++ b/sys/kern/kern_lockf.c
@@ -85,11 +85,6 @@ __FBSDID("$FreeBSD$");
#ifdef LOCKF_DEBUG
#include <sys/sysctl.h>
-#include <ufs/ufs/extattr.h>
-#include <ufs/ufs/quota.h>
-#include <ufs/ufs/ufsmount.h>
-#include <ufs/ufs/inode.h>
-
static int lockf_debug = 0; /* control debug output */
SYSCTL_INT(_debug, OID_AUTO, lockf_debug, CTLFLAG_RW, &lockf_debug, 0, "");
#endif