From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by ug-out-1314.google.com with SMTP id h3so98271ugf for ; Wed, 07 Nov 2007 01:03:38 -0800 (PST) Message-ID: <47317F66.3070109@gmail.com> Date: Wed, 07 Nov 2007 10:03:34 +0100 From: Jiri Olsa MIME-Version: 1.0 Subject: Re: [PATCH] mm: Removing duplicit #includes References: <47317957.1050504@gmail.com> In-Reply-To: <47317957.1050504@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org Return-Path: To: linux-mm@kvack.org List-ID: sorry, the patch is mangled, I will resend another Jiri Olsa wrote: > Removing duplicit #includes for mm/ > Signed-off-by: Jiri Olsa > --- > +++ b/mm/filemap.c > @@ -28,7 +28,6 @@ > #include > #include > #include > -#include > #include > #include > #include > diff --git a/mm/swapfile.c b/mm/swapfile.c > index f071648..83da158 100644 > --- a/mm/swapfile.c > +++ b/mm/swapfile.c > @@ -1153,7 +1153,6 @@ out: > } > > #if 0 /* We don't need this yet */ > -#include > int page_queue_congested(struct page *page) > { > struct backing_dev_info *bdi; > -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org