aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2022-03-23 19:57:43 +0400
committerPaolo Bonzini <pbonzini@redhat.com>2022-04-06 14:31:55 +0200
commit0f9668e0c197ab6de95f61a906703a1d127c11f8 (patch)
treea087c3d0c1fb00b249e22b265c8ca9fc7f930da9 /crypto
parentfcc41961c936d312c5a8a788aea34e41a6d09a18 (diff)
downloadqemu-0f9668e0c197ab6de95f61a906703a1d127c11f8.zip
qemu-0f9668e0c197ab6de95f61a906703a1d127c11f8.tar.gz
qemu-0f9668e0c197ab6de95f61a906703a1d127c11f8.tar.bz2
Remove qemu-common.h include from most units
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20220323155743.1585078-33-marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'crypto')
-rw-r--r--crypto/cipher-afalg.c1
-rw-r--r--crypto/hash-afalg.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/crypto/cipher-afalg.c b/crypto/cipher-afalg.c
index c55cd28..3df8fc5 100644
--- a/crypto/cipher-afalg.c
+++ b/crypto/cipher-afalg.c
@@ -12,7 +12,6 @@
*/
#include "qemu/osdep.h"
#include "qemu/sockets.h"
-#include "qemu-common.h"
#include "qapi/error.h"
#include "crypto/cipher.h"
#include "cipherpriv.h"
diff --git a/crypto/hash-afalg.c b/crypto/hash-afalg.c
index 4ac18c7..3ebea39 100644
--- a/crypto/hash-afalg.c
+++ b/crypto/hash-afalg.c
@@ -13,7 +13,6 @@
#include "qemu/osdep.h"
#include "qemu/iov.h"
#include "qemu/sockets.h"
-#include "qemu-common.h"
#include "qapi/error.h"
#include "crypto/hash.h"
#include "crypto/hmac.h"