mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
coroutine: Clean up superfluous inclusion of qemu/lockable.h
Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Message-Id: <20221221131435.3851212-4-armbru@redhat.com>
This commit is contained in:
parent
af7f8eb591
commit
df4bbc9dcb
3 changed files with 3 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
|||
#ifndef QEMU_PROGRESS_METER_H
|
||||
#define QEMU_PROGRESS_METER_H
|
||||
|
||||
#include "qemu/lockable.h"
|
||||
#include "qemu/thread.h"
|
||||
|
||||
typedef struct ProgressMeter {
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue