From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by nf-out-0910.google.com with SMTP id h3so1646953nfh for ; Wed, 07 Nov 2007 00:37:45 -0800 (PST) Message-ID: <47317957.1050504@gmail.com> Date: Wed, 07 Nov 2007 09:37:43 +0100 From: Jiri Olsa MIME-Version: 1.0 Subject: [PATCH] mm: Removing duplicit #includes Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org Return-Path: To: linux-mm@kvack.org List-ID: 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