From: Herbert Xu Subject: Re: [PATCH] crypto: remove unnecessary includes Date: Fri, 29 Nov 2013 10:06:58 +0800 Message-ID: <20131129020657.GA5650@gondor.apana.org.au> References: <1385658987-16012-1-git-send-email-cristian.stoica@freescale.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-crypto@vger.kernel.org, davem@davemloft.net, linux-kernel@vger.kernel.org To: Cristian Stoica Return-path: Received: from ringil.hengli.com.au ([178.18.16.133]:54046 "EHLO ringil.hengli.com.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753455Ab3K2CHC (ORCPT ); Thu, 28 Nov 2013 21:07:02 -0500 Content-Disposition: inline In-Reply-To: <1385658987-16012-1-git-send-email-cristian.stoica@freescale.com> Sender: linux-crypto-owner@vger.kernel.org List-ID: On Thu, Nov 28, 2013 at 07:16:27PM +0200, Cristian Stoica wrote: > Signed-off-by: Cristian Stoica > --- > crypto/authenc.c | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/crypto/authenc.c b/crypto/authenc.c > index 1875e70..7d4bfaa 100644 > --- a/crypto/authenc.c > +++ b/crypto/authenc.c > @@ -17,11 +17,8 @@ > #include > #include > #include > -#include > #include > #include > -#include > -#include > > typedef u8 *(*authenc_ahash_t)(struct aead_request *req, unsigned int flags); Why are these includes unnecessary? -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt