From: Ingo Molnar Date: Wed, 8 Feb 2017 17:51:57 +0000 (+0100) Subject: sched/headers: Remove from X-Git-Tag: v5.15~11743^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4f079e98a0db5f067c0981a526ff8938e21c52e2;p=platform%2Fkernel%2Flinux-starfive.git sched/headers: Remove from The file is a self-contained header and users of it either don't need - or have already included it. This reduces the size of the header dependency graph. Acked-by: Linus Torvalds Cc: Mike Galbraith Cc: Peter Zijlstra Cc: Thomas Gleixner Signed-off-by: Ingo Molnar --- diff --git a/include/linux/sched/debug.h b/include/linux/sched/debug.h index 853bbef..e0eaee5 100644 --- a/include/linux/sched/debug.h +++ b/include/linux/sched/debug.h @@ -1,8 +1,6 @@ #ifndef _LINUX_SCHED_DEBUG_H #define _LINUX_SCHED_DEBUG_H -#include - /* * Various scheduler/task debugging interfaces: */