Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Oct 2025 05:08:33 GMT
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 40c8d6877269 - stable/15 - vm/vm_fault.c: cleanup includes
Message-ID:  <202510110508.59B58Xhn051269@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/15 has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=40c8d68772696f8c7eb4c4c385dadf9e004e9f9f

commit 40c8d68772696f8c7eb4c4c385dadf9e004e9f9f
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2025-08-06 21:53:23 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2025-10-11 05:08:13 +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 22558a12b44b..bb36ffd0fadc 100644
--- a/sys/vm/vm_fault.c
+++ b/sys/vm/vm_fault.c
@@ -71,11 +71,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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510110508.59B58Xhn051269>