From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S940321AbXGUPMI (ORCPT ); Sat, 21 Jul 2007 11:12:08 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S939257AbXGUPEX (ORCPT ); Sat, 21 Jul 2007 11:04:23 -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 S938633AbXGUPEU (ORCPT ); Sat, 21 Jul 2007 11:04:20 -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=Y382nhJWcVy9vA42sXFxNJuSU82MCG1pGK8iFSGvVNGZODGrZMlsbdmLgydo7VyZQeNBLZqcNaY5X2IcuXntfxNm4CZYSOJWCzb4nsxdC2g/TYHkYEnNfsRIzo2R6Y/uoCb4UDF7oGiPBFHg8nxcF8HsAoaHOvFQNgMtJA7jETA= From: Jesper Juhl To: Linux Kernel Mailing List Subject: [PATCH][19/37] Clean up duplicate includes in fs/gfs2/ Date: Sat, 21 Jul 2007 17:03:22 +0200 User-Agent: KMail/1.9.7 Cc: Andrew Morton , Jesper Juhl , cluster-devel@redhat.com, Steven Whitehouse MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200707211703.23149.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 fs/gfs2/ Signed-off-by: Jesper Juhl --- diff --git a/fs/gfs2/glock.c b/fs/gfs2/glock.c index 3f0974e..0c21be0 100644 --- a/fs/gfs2/glock.c +++ b/fs/gfs2/glock.c @@ -25,8 +25,6 @@ #include #include #include -#include -#include #include "gfs2.h" #include "incore.h" diff --git a/fs/gfs2/locking/dlm/lock_dlm.h b/fs/gfs2/locking/dlm/lock_dlm.h index 24d70f7..9e8265d 100644 --- a/fs/gfs2/locking/dlm/lock_dlm.h +++ b/fs/gfs2/locking/dlm/lock_dlm.h @@ -13,7 +13,6 @@ #include #include #include -#include #include #include #include diff --git a/fs/gfs2/locking/nolock/main.c b/fs/gfs2/locking/nolock/main.c index 0d149c8..d3b8ce6 100644 --- a/fs/gfs2/locking/nolock/main.c +++ b/fs/gfs2/locking/nolock/main.c @@ -9,7 +9,6 @@ #include #include -#include #include #include #include