aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2021-09-18 12:08:06 +0200
committerIngo Molnar <mingo@kernel.org>2022-03-15 12:57:32 +0100
commit19592a56dbba5a5c74d2c635cb84dade0d52b973 (patch)
tree14f958a834a1ff6c7798d33fae7811f90f67bc11
parentc8f1cf98c722fdc968e5d7e3a0f6643c603e84d1 (diff)
downloadtip-19592a56dbba5a5c74d2c635cb84dade0d52b973.tar.gz
headers/deps: Optimize <linux/sched.h> dependencies, remove <linux/uidgid.h> and <linux/rbtree.h> dependencies
Signed-off-by: Ingo Molnar <mingo@kernel.org>
-rw-r--r--include/linux/sched.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 696ff810df8d4a..61f46cd2eceba8 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -15,8 +15,6 @@
#include <asm/current.h>
-#include <linux/uidgid.h>
-#include <linux/rbtree.h>
#include <linux/pid_types.h>
#include <linux/latencytop.h>
#include <linux/sched/prio.h>