git: 81f69b31fbce - stable/13 - kern_lockf.c: remove no longer neeeded UFS headers

From: Konstantin Belousov <kib_at_FreeBSD.org>
Date: Sat, 16 Apr 2022 02:18:41 UTC
The branch stable/13 has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=81f69b31fbce22e150b5a2dcc3f6e4337fbba887

commit 81f69b31fbce22e150b5a2dcc3f6e4337fbba887
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2022-04-01 21:05:32 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2022-04-16 02:18:18 +0000

    kern_lockf.c: remove no longer neeeded UFS headers
    
    (cherry picked from commit 147e4fe3f1f810790c9f08b4e412350393c9ac08)
---
 sys/kern/kern_lockf.c | 5 -----
 1 file changed, 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