From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755779AbYCIX7j (ORCPT ); Sun, 9 Mar 2008 19:59:39 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752777AbYCIX7a (ORCPT ); Sun, 9 Mar 2008 19:59:30 -0400 Received: from 136-022.dsl.labridge.com ([206.117.136.22]:4379 "EHLO mail.perches.com" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1752677AbYCIX73 (ORCPT ); Sun, 9 Mar 2008 19:59:29 -0400 Subject: [PATCH] include/linux/ext4_fs.h - remove duplicate include From: Joe Perches To: "Ted Ts'o" , Andreas Dilger , Dave Kleikamp , Eric Sandeen , Mingming Cao Cc: linux-ext4 , LKML Content-Type: text/plain Date: Sun, 09 Mar 2008 16:55:04 -0700 Message-Id: <1205106904.656.98.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3-1.2mdv2008.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Joe Perches include/linux/ext4_fs.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/include/linux/ext4_fs.h b/include/linux/ext4_fs.h index 2500325..5c1677a 100644 --- a/include/linux/ext4_fs.h +++ b/include/linux/ext4_fs.h @@ -19,7 +19,6 @@ #include #include #include - #include /* @@ -176,7 +175,6 @@ struct ext4_group_desc #define EXT4_BG_INODE_ZEROED 0x0004 /* On-disk itable initialized to zero */ #ifdef __KERNEL__ -#include #include #endif /*