diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2020-08-28 10:05:10 -0700 |
---|---|---|
committer | Daniel P. Berrangé <berrange@redhat.com> | 2020-09-10 11:02:23 +0100 |
commit | 7d823bf4e9241aa960de50d2b09ac8f9560bcdd8 (patch) | |
tree | 0fa894ab8020f2461ffc53f6e512272474d6cf95 /crypto/cipher-nettle.c.inc | |
parent | 6d92bdf44375f9819539927b7f234ba89ce9365e (diff) | |
download | qemu-7d823bf4e9241aa960de50d2b09ac8f9560bcdd8.zip qemu-7d823bf4e9241aa960de50d2b09ac8f9560bcdd8.tar.gz qemu-7d823bf4e9241aa960de50d2b09ac8f9560bcdd8.tar.bz2 |
crypto: Remove redundant includes
Both qemu/osdep.h and cipherpriv.h have already been
included by the parent cipher.c.
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'crypto/cipher-nettle.c.inc')
-rw-r--r-- | crypto/cipher-nettle.c.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/cipher-nettle.c.inc b/crypto/cipher-nettle.c.inc index 0677fdf..256931a 100644 --- a/crypto/cipher-nettle.c.inc +++ b/crypto/cipher-nettle.c.inc @@ -18,11 +18,9 @@ * */ -#include "qemu/osdep.h" #ifdef CONFIG_QEMU_PRIVATE_XTS #include "crypto/xts.h" #endif -#include "cipherpriv.h" #include <nettle/nettle-types.h> #include <nettle/aes.h> |