git: 4da93b9a8a54 - main - subr_early.c: cleanup includes
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 Apr 2026 10:17:45 UTC
The branch main has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=4da93b9a8a5411f7386e79053d9c46df29627594
commit 4da93b9a8a5411f7386e79053d9c46df29627594
Author: Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2026-04-10 10:16:28 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2026-04-10 10:16:28 +0000
subr_early.c: cleanup includes
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
---
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>