From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Biggers Subject: [PATCH 4/5] fs/anon_inodes.c: Remove unneeded #includes Date: Sun, 12 Oct 2014 15:42:41 -0500 Message-ID: <1413146562-18147-4-git-send-email-ebiggers3@gmail.com> References: <1413146562-18147-1-git-send-email-ebiggers3@gmail.com> Cc: linux-kernel@vger.kernel.org, Eric Biggers To: linux-fsdevel@vger.kernel.org Return-path: Received: from mail-ig0-f169.google.com ([209.85.213.169]:54652 "EHLO mail-ig0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753054AbaJLUqb (ORCPT ); Sun, 12 Oct 2014 16:46:31 -0400 In-Reply-To: <1413146562-18147-1-git-send-email-ebiggers3@gmail.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Signed-off-by: Eric Biggers --- fs/anon_inodes.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/fs/anon_inodes.c b/fs/anon_inodes.c index 444a705..bbfa038 100644 --- a/fs/anon_inodes.c +++ b/fs/anon_inodes.c @@ -8,10 +8,7 @@ * */ -#include #include -#include -#include #include #include #include @@ -20,8 +17,6 @@ #include #include -#include - static struct vfsmount *anon_inode_mnt __read_mostly; static struct inode *anon_inode_inode __read_mostly; -- 2.1.2