From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S941047AbXGUPOa (ORCPT ); Sat, 21 Jul 2007 11:14:30 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S939491AbXGUPEg (ORCPT ); Sat, 21 Jul 2007 11:04:36 -0400 Received: from ug-out-1314.google.com ([66.249.92.168]:39272 "EHLO ug-out-1314.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S939104AbXGUPEc (ORCPT ); Sat, 21 Jul 2007 11:04:32 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:from:to:subject:date:user-agent:cc:mime-version:content-disposition:content-type:content-transfer-encoding:message-id; b=IgC89nRJ32Ne1TAxnl1ZWUhkS+CaDRVQBEgbcGJQbQx/h4nWSV3yD9FQYOrEOuUHAhXv8EAxPm/+EFNoCrjQVTJyszHT7uF8PyWJ0Y1+uBfHjzKqbOS9v8AHZqUmUeaz4Cfw7v9gmdVQQ0r/B/ZSQbR4v4gmf+1z/+aBRwX9nSY= From: Jesper Juhl To: Linux Kernel Mailing List Subject: [PATCH][25/37] Clean up duplicate includes in mm/ Date: Sat, 21 Jul 2007 17:03:32 +0200 User-Agent: KMail/1.9.7 Cc: Andrew Morton , Jesper Juhl , Paul Mundt , Christoph Rohland , Christoph Rohland , Hugh Dickins , Andi Kleen , Luke Kenneth Casson Leighton , James Morris , Stephen Tweedie , Rik van Riel MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200707211703.32870.jesper.juhl@gmail.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi, This patch cleans up duplicate includes in mm/ Signed-off-by: Jesper Juhl --- diff --git a/mm/mempolicy.c b/mm/mempolicy.c index 71b84b4..888b96d 100644 --- a/mm/mempolicy.c +++ b/mm/mempolicy.c @@ -72,7 +72,6 @@ #include #include #include -#include #include #include #include @@ -82,7 +81,6 @@ #include #include #include -#include #include #include #include diff --git a/mm/shmem.c b/mm/shmem.c index fcd19d3..2c39925 100644 --- a/mm/shmem.c +++ b/mm/shmem.c @@ -49,7 +49,6 @@ #include #include #include -#include #include #include diff --git a/mm/swap.c b/mm/swap.c index d3cb966..d93fa1e 100644 --- a/mm/swap.c +++ b/mm/swap.c @@ -24,12 +24,10 @@ #include #include #include /* for try_to_release_page() */ -#include #include #include #include #include -#include /* How many pages do we try to swap or page in/out together? */ int page_cluster;