summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Habkost <ehabkost@redhat.com>2012-10-23 21:44:08 -0200
committerAndreas Färber <afaerber@suse.de>2012-12-06 09:17:05 +0100
commitbcf7930105c26d09ae83cbd8b982d01bb421f215 (patch)
tree0e6058894c18718ba02414b7fb28922241c211c2
parent394e1bb79591c2fbfc873e5ccc38e92a3ba992cf (diff)
downloadhqemu-bcf7930105c26d09ae83cbd8b982d01bb421f215.zip
hqemu-bcf7930105c26d09ae83cbd8b982d01bb421f215.tar.gz
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>
-rw-r--r--sysemu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysemu.h b/sysemu.h
index f5ac664..ab1ef8b 100644
--- a/sysemu.h
+++ b/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"
OpenPOWER on IntegriCloud