diff options
-rw-r--r-- | include/linux/sched/autogroup.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/sched/autogroup.h b/include/linux/sched/autogroup.h index fd6855548d0c..55cd496df884 100644 --- a/include/linux/sched/autogroup.h +++ b/include/linux/sched/autogroup.h @@ -1,9 +1,8 @@ #ifndef _LINUX_SCHED_AUTOGROUP_H #define _LINUX_SCHED_AUTOGROUP_H -#include <linux/sched.h> - struct signal_struct; +struct task_struct; struct task_group; struct seq_file; |