mirror of https://github.com/xemu-project/xemu.git
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
2
sysemu.h
2
sysemu.h
|
@ -2,7 +2,7 @@
|
||||||
#define SYSEMU_H
|
#define SYSEMU_H
|
||||||
/* Misc. things related to the system emulator. */
|
/* Misc. things related to the system emulator. */
|
||||||
|
|
||||||
#include "qemu-common.h"
|
#include "qemu-types.h"
|
||||||
#include "qemu-option.h"
|
#include "qemu-option.h"
|
||||||
#include "qemu-queue.h"
|
#include "qemu-queue.h"
|
||||||
#include "qemu-timer.h"
|
#include "qemu-timer.h"
|
||||||
|
|
Loading…
Reference in New Issue