Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750786AbWEZOW5 (ORCPT ); Fri, 26 May 2006 10:22:57 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750785AbWEZOWY (ORCPT ); Fri, 26 May 2006 10:22:24 -0400 Received: from e34.co.us.ibm.com ([32.97.110.152]:717 "EHLO e34.co.us.ibm.com") by vger.kernel.org with ESMTP id S1750786AbWEZOV6 (ORCPT ); Fri, 26 May 2006 10:21:58 -0400 In-reply-to: <20060526142117.GA2764@us.ibm.com> From: Mike Halcrow To: Andrew Morton Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, Christoph Hellwig , Mike Halcrow , Mike Halcrow Subject: [PATCH 2/10] Clean up #include's Message-Id: Date: Fri, 26 May 2006 09:21:48 -0500 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1072 Lines: 34 Clean up a couple of #include's in the header file. Looks like there may be a few more places where the #include's could be tweaked; we'll address that in a future patch set. Signed-off-by: Michael Halcrow --- fs/ecryptfs/ecryptfs_kernel.h | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) 41e02f240e66ee9c74871eaf0cadd3581cbb1980 diff --git a/fs/ecryptfs/ecryptfs_kernel.h b/fs/ecryptfs/ecryptfs_kernel.h index b58e515..48fd0a1 100644 --- a/fs/ecryptfs/ecryptfs_kernel.h +++ b/fs/ecryptfs/ecryptfs_kernel.h @@ -32,8 +32,7 @@ #endif #include #include -#include -#include +#include /* Version verification for shared data structures w/ userspace */ #ifndef ECRYPTFS_VERSION_MAJOR -- 1.3.3 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/