Re: [PATCH 05/17] crypto: Remove redundant includes

2020-08-17 Thread Daniel P . Berrangé
On Wed, Aug 12, 2020 at 08:25:25PM -0700, Richard Henderson wrote: > Both qemu/osdep.h and cipherpriv.h have already been > included by the parent cipher.c. > > Signed-off-by: Richard Henderson > --- > crypto/cipher-builtin.inc.c | 2 -- > crypto/cipher-gcrypt.inc.c | 2 -- > crypto/cipher-nett

Re: [PATCH 05/17] crypto: Remove redundant includes

2020-08-13 Thread Philippe Mathieu-Daudé
On 8/13/20 5:25 AM, Richard Henderson wrote: > Both qemu/osdep.h and cipherpriv.h have already been > included by the parent cipher.c. > > Signed-off-by: Richard Henderson > --- > crypto/cipher-builtin.inc.c | 2 -- > crypto/cipher-gcrypt.inc.c | 2 -- > crypto/cipher-nettle.inc.c | 2 -- > 3

[PATCH 05/17] crypto: Remove redundant includes

2020-08-12 Thread Richard Henderson
Both qemu/osdep.h and cipherpriv.h have already been included by the parent cipher.c. Signed-off-by: Richard Henderson --- crypto/cipher-builtin.inc.c | 2 -- crypto/cipher-gcrypt.inc.c | 2 -- crypto/cipher-nettle.inc.c | 2 -- 3 files changed, 6 deletions(-) diff --git a/crypto/cipher-built