aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2026-01-22 04:20:05 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2026-01-29 18:11:55 +0000
commita556ec46d313f2ed8facd46280d35875e6e50ebe (patch)
treed7d3cd5dc6c8cf986110b49e7acf374064c178be
parent610d7062c60b0f1f7c193e01c5238088b2b56c96 (diff)
kern/sched_{ule,4bsd}.c: cleanup headers
Reviewed by: olce Tested by: pho Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D54831
-rw-r--r--sys/kern/sched_4bsd.c2
-rw-r--r--sys/kern/sched_ule.c2
2 files changed, 0 insertions, 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>