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
@ -23,7 +23,9 @@
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#include "qemu/osdep.h"
|
||||
#include "qemu/coroutine.h"
|
||||
#include "qemu/progress_meter.h"
|
||||
|
||||
void progress_init(ProgressMeter *pm)
|
||||
|
@ -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 {
|
||||
/**
|
||||
|
@ -13,7 +13,6 @@
|
||||
|
||||
#include "qemu/osdep.h"
|
||||
#include "qemu/coroutine_int.h"
|
||||
#include "qemu/lockable.h"
|
||||
|
||||
/*
|
||||
* Check that qemu_in_coroutine() works
|
||||
|
Loading…
Reference in New Issue
Block a user