From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Whitehouse Date: Mon, 23 Jul 2007 10:46:56 +0100 Subject: [Cluster-devel] Re: [PATCH][19/37] Clean up duplicate includes in fs/gfs2/ In-Reply-To: <200707211703.23149.jesper.juhl@gmail.com> References: <200707211703.23149.jesper.juhl@gmail.com> Message-ID: <1185184016.8765.408.camel@quoit> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi, Now applied to the -nmw GFS2 git tree. Thanks, Steve. On Sat, 2007-07-21 at 17:03 +0200, Jesper Juhl wrote: > 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