From mboxrd@z Thu Jan 1 00:00:00 1970 From: Li Zefan Subject: Re: [PATCH 0/8] cgroup: a bunch of cleanups Date: Tue, 12 Mar 2013 14:51:22 +0800 Message-ID: <513ED06A.5020803@huawei.com> References: <513ED010.5060906@huawei.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <513ED010.5060906-hv44wF8Li93QT0dZR+AlfA@public.gmane.org> Sender: cgroups-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii" To: Tejun Heo Cc: LKML , Cgroups [PATCH 6/8] cgroup: remove unneeded includes from cgroup.h 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932403Ab3CLGvc (ORCPT ); Tue, 12 Mar 2013 02:51:32 -0400 Received: from szxga01-in.huawei.com ([119.145.14.64]:23038 "EHLO szxga01-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932329Ab3CLGv3 (ORCPT ); Tue, 12 Mar 2013 02:51:29 -0400 Message-ID: <513ED06A.5020803@huawei.com> Date: Tue, 12 Mar 2013 14:51:22 +0800 From: Li Zefan User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/20130307 Thunderbird/17.0.4 MIME-Version: 1.0 To: Tejun Heo CC: LKML , Cgroups Subject: Re: [PATCH 0/8] cgroup: a bunch of cleanups References: <513ED010.5060906@huawei.com> In-Reply-To: <513ED010.5060906@huawei.com> Content-Type: text/plain; charset="GB2312" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.135.68.215] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org [PATCH 6/8] cgroup: remove unneeded includes from cgroup.h 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