[PATCH] sched/core: Remove duplicate included header file stats.h

From: Thorsten Blum
Date: Thu Jan 16 2025 - 15:41:15 EST


The header file stats.h is included twice. Remove the redundant include
and the following make includecheck warning:

stats.h is included more than once

Signed-off-by: Thorsten Blum <thorsten.blum@xxxxxxxxx>
---
kernel/sched/core.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/kernel/sched/core.c b/kernel/sched/core.c
index 3e5a6bf587f9..54658466cb4a 100644
--- a/kernel/sched/core.c
+++ b/kernel/sched/core.c
@@ -91,7 +91,6 @@
#include "autogroup.h"
#include "pelt.h"
#include "smp.h"
-#include "stats.h"

#include "../workqueue_internal.h"
#include "../../io_uring/io-wq.h"
--
2.48.0