aboutsummaryrefslogtreecommitdiff
path: root/nbd
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2022-12-21 14:14:31 +0100
committerMarkus Armbruster <armbru@redhat.com>2023-01-19 10:18:28 +0100
commit23792478103f444e34621de0ac3b19ef648ae752 (patch)
tree2eff453a06b0b4783ad03f3b53f1a8758ee9ea6c /nbd
parent7ec8aeb6048018680c06fb9205c01ca6bda08846 (diff)
downloadqemu-23792478103f444e34621de0ac3b19ef648ae752.zip
qemu-23792478103f444e34621de0ac3b19ef648ae752.tar.gz
qemu-23792478103f444e34621de0ac3b19ef648ae752.tar.bz2
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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/nbd/nbd-internal.h b/nbd/nbd-internal.h
index 1b2141a..df42fef 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