The branch stable/15 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=32a6b274b42db3f0f5cbf3a25115355e66ad4651
commit 32a6b274b42db3f0f5cbf3a25115355e66ad4651 Author: Konstantin Belousov <[email protected]> AuthorDate: 2026-01-22 04:20:05 +0000 Commit: Konstantin Belousov <[email protected]> CommitDate: 2026-02-11 05:12:36 +0000 kern/sched_{ule,4bsd}.c: cleanup headers (cherry picked from commit a556ec46d313f2ed8facd46280d35875e6e50ebe) --- sys/kern/sched_4bsd.c | 2 -- sys/kern/sched_ule.c | 2 -- 2 files changed, 4 deletions(-) diff --git a/sys/kern/sched_4bsd.c b/sys/kern/sched_4bsd.c index 482d8884c248..066a1bc20d26 100644 --- a/sys/kern/sched_4bsd.c +++ b/sys/kern/sched_4bsd.c @@ -34,12 +34,10 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include "opt_hwpmc_hooks.h" #include "opt_hwt_hooks.h" #include "opt_sched.h" -#include <sys/param.h> #include <sys/systm.h> #include <sys/cpuset.h> #include <sys/kernel.h> diff --git a/sys/kern/sched_ule.c b/sys/kern/sched_ule.c index 409439ca34da..59b59a30acab 100644 --- a/sys/kern/sched_ule.c +++ b/sys/kern/sched_ule.c @@ -37,12 +37,10 @@ * Isilon Systems and a general lack of creativity on the part of the author. */ -#include <sys/cdefs.h> #include "opt_hwpmc_hooks.h" #include "opt_hwt_hooks.h" #include "opt_sched.h" -#include <sys/param.h> #include <sys/systm.h> #include <sys/kdb.h> #include <sys/kernel.h>
