diff options
author | Markus Armbruster <armbru@redhat.com> | 2022-12-21 14:14:31 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2023-01-19 10:18:28 +0100 |
commit | 23792478103f444e34621de0ac3b19ef648ae752 (patch) | |
tree | 2eff453a06b0b4783ad03f3b53f1a8758ee9ea6c /crypto | |
parent | 7ec8aeb6048018680c06fb9205c01ca6bda08846 (diff) |
coroutine: Clean up superfluous inclusion of qemu/coroutine.h
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-Id: <20221221131435.3851212-2-armbru@redhat.com>
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/block-luks-priv.h | 1 | ||||
-rw-r--r-- | crypto/block-luks.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/crypto/block-luks-priv.h b/crypto/block-luks-priv.h index 90a20d432b..dc2dd14e52 100644 --- a/crypto/block-luks-priv.h +++ b/crypto/block-luks-priv.h @@ -31,7 +31,6 @@ #include "crypto/random.h" #include "qemu/uuid.h" -#include "qemu/coroutine.h" #include "qemu/bitmap.h" /* diff --git a/crypto/block-luks.c b/crypto/block-luks.c index ff9e3945d1..5688783ab1 100644 --- a/crypto/block-luks.c +++ b/crypto/block-luks.c @@ -32,7 +32,6 @@ #include "crypto/random.h" #include "qemu/uuid.h" -#include "qemu/coroutine.h" #include "qemu/bitmap.h" /* |