git: 5f4168fa9f29 - stable/14 - vm/vm_fault.c: cleanup includes

From: Konstantin Belousov <kib_at_FreeBSD.org>
Date: Mon, 13 Oct 2025 00:30:07 UTC
The branch stable/14 has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=5f4168fa9f29a2985a16c34a5571c20c6775f622

commit 5f4168fa9f29a2985a16c34a5571c20c6775f622
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2025-08-06 21:53:23 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2025-10-13 00:23:43 +0000

    vm/vm_fault.c: cleanup includes
    
    (cherry picked from commit 0854b4f569e1e68032e431b1efb45b9fd9849194)
---
 sys/vm/vm_fault.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sys/vm/vm_fault.c b/sys/vm/vm_fault.c
index 3e4fe7bdae36..5eb19d4e287b 100644
--- a/sys/vm/vm_fault.c
+++ b/sys/vm/vm_fault.c
@@ -73,11 +73,9 @@
  *	Page fault handling module.
  */
 
-#include <sys/cdefs.h>
 #include "opt_ktrace.h"
 #include "opt_vm.h"
 
-#include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/kernel.h>
 #include <sys/lock.h>