mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-02-22 04:12:21 -07:00
sysemu.h: Include qemu-types.h instead of qemu-common.h
It just needs the Monitor and DeviceState typedefs, so it doesn't need all of qemu-common.h. Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
parent
394e1bb795
commit
bcf7930105
1 changed files with 1 additions and 1 deletions
2
sysemu.h
2
sysemu.h
|
|
@ -2,7 +2,7 @@
|
|||
#define SYSEMU_H
|
||||
/* Misc. things related to the system emulator. */
|
||||
|
||||
#include "qemu-common.h"
|
||||
#include "qemu-types.h"
|
||||
#include "qemu-option.h"
|
||||
#include "qemu-queue.h"
|
||||
#include "qemu-timer.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue