git: 6c1672a5b62a - stable/15 - subr_early.c: cleanup includes
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 Apr 2026 00:42:44 UTC
The branch stable/15 has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=6c1672a5b62aca2356dd0a674d2a91533f636bb3
commit 6c1672a5b62aca2356dd0a674d2a91533f636bb3
Author: Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2026-04-10 10:16:28 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2026-04-17 00:42:38 +0000
subr_early.c: cleanup includes
(cherry picked from commit 4da93b9a8a5411f7386e79053d9c46df29627594)
---
sys/kern/subr_early.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/sys/kern/subr_early.c b/sys/kern/subr_early.c
index 62d271f56d75..ae06e4b4cbd2 100644
--- a/sys/kern/subr_early.c
+++ b/sys/kern/subr_early.c
@@ -26,8 +26,6 @@
* SUCH DAMAGE.
*/
-#include <sys/param.h>
-#include <sys/types.h>
#include <sys/systm.h>
#include <machine/cpu.h>