git: 0854b4f569e1 - main - vm/vm_fault.c: cleanup includes
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 14 Sep 2025 20:13:18 UTC
The branch main has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=0854b4f569e1e68032e431b1efb45b9fd9849194
commit 0854b4f569e1e68032e431b1efb45b9fd9849194
Author: Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2025-08-06 21:53:23 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2025-09-14 19:04:22 +0000
vm/vm_fault.c: cleanup includes
Remove sys/cdefs.h.
Remove unneeded sys/param.h.
Reviewed by: alc, markj
Tested by: pho
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D51474
---
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 58f8ac16fa0c..ccb3662cc460 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>