Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Feb 2026 05:17:15 +0000
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 32a6b274b42d - stable/15 - kern/sched_{ule,4bsd}.c: cleanup headers
Message-ID:  <698c10db.26648.298e50a9@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/15 has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=32a6b274b42db3f0f5cbf3a25115355e66ad4651

commit 32a6b274b42db3f0f5cbf3a25115355e66ad4651
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2026-01-22 04:20:05 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
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>


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?698c10db.26648.298e50a9>