From mboxrd@z Thu Jan 1 00:00:00 1970 From: Li Zefan Subject: [PATCH 6/8] cgroup: remove unneeded includes from cgroup.h Date: Tue, 12 Mar 2013 14:53:22 +0800 Message-ID: <513ED0E2.20302@huawei.com> References: <513ED010.5060906@huawei.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <513ED010.5060906@huawei.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: Tejun Heo Cc: LKML , Cgroups Signed-off-by: Li Zefan --- include/linux/cgroup.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/linux/cgroup.h b/include/linux/cgroup.h index 7e818a3..1f75a59 100644 --- a/include/linux/cgroup.h +++ b/include/linux/cgroup.h @@ -9,11 +9,8 @@ */ #include -#include -#include #include #include -#include #include #include #include @@ -22,6 +19,7 @@ #ifdef CONFIG_CGROUPS +struct cgroupstats; struct cgroupfs_root; struct cgroup_subsys; struct inode; -- 1.8.0.2