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 /util/qemu-coroutine-lock.c | |
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 'util/qemu-coroutine-lock.c')
-rw-r--r-- | util/qemu-coroutine-lock.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/qemu-coroutine-lock.c b/util/qemu-coroutine-lock.c index 45c6b57374..58f3f77181 100644 --- a/util/qemu-coroutine-lock.c +++ b/util/qemu-coroutine-lock.c @@ -27,7 +27,6 @@ */ #include "qemu/osdep.h" -#include "qemu/coroutine.h" #include "qemu/coroutine_int.h" #include "qemu/processor.h" #include "qemu/queue.h" |