diff options
author | Richard Henderson | 2020-08-28 19:05:10 +0200 |
---|---|---|
committer | Daniel P. Berrangé | 2020-09-10 12:02:23 +0200 |
commit | 7d823bf4e9241aa960de50d2b09ac8f9560bcdd8 (patch) | |
tree | 0fa894ab8020f2461ffc53f6e512272474d6cf95 /crypto/cipher-builtin.c.inc | |
parent | crypto: Rename cipher include files to .c.inc (diff) | |
download | qemu-7d823bf4e9241aa960de50d2b09ac8f9560bcdd8.tar.gz qemu-7d823bf4e9241aa960de50d2b09ac8f9560bcdd8.tar.xz qemu-7d823bf4e9241aa960de50d2b09ac8f9560bcdd8.zip |
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-builtin.c.inc')
-rw-r--r-- | crypto/cipher-builtin.c.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/cipher-builtin.c.inc b/crypto/cipher-builtin.c.inc index 6eafd39da0..56d45b0227 100644 --- a/crypto/cipher-builtin.c.inc +++ b/crypto/cipher-builtin.c.inc @@ -18,11 +18,9 @@ * */ -#include "qemu/osdep.h" #include "crypto/aes.h" #include "crypto/desrfb.h" #include "crypto/xts.h" -#include "cipherpriv.h" typedef struct QCryptoCipherBuiltinAESContext QCryptoCipherBuiltinAESContext; struct QCryptoCipherBuiltinAESContext { |