The branch stable/14 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=6bf819c910482a3376560d58a481b0e7f8f328f0
commit 6bf819c910482a3376560d58a481b0e7f8f328f0 Author: Konstantin Belousov <[email protected]> AuthorDate: 2024-04-19 14:46:08 +0000 Commit: Konstantin Belousov <[email protected]> CommitDate: 2024-04-30 00:48:09 +0000 kern_thread.c: remove unneeded include of sys/param.h (cherry picked from commit 53e0938b0b5619fa851e8550c2396bd8c440b7ae) --- sys/kern/kern_thread.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/kern/kern_thread.c b/sys/kern/kern_thread.c index 1586d6c664fe..102ba609cae7 100644 --- a/sys/kern/kern_thread.c +++ b/sys/kern/kern_thread.c @@ -31,8 +31,6 @@ #include "opt_witness.h" #include "opt_hwpmc_hooks.h" -#include <sys/cdefs.h> -#include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> #include <sys/lock.h>
