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 /nbd | |
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 'nbd')
-rw-r--r-- | nbd/nbd-internal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nbd/nbd-internal.h b/nbd/nbd-internal.h index 1b2141ab4b..df42fef706 100644 --- a/nbd/nbd-internal.h +++ b/nbd/nbd-internal.h @@ -13,7 +13,6 @@ #include "sysemu/block-backend.h" #include "io/channel-tls.h" -#include "qemu/coroutine.h" #include "qemu/iov.h" #ifndef _WIN32 |