]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
sysemu.h: Include qemu-types.h instead of qemu-common.h
authorEduardo Habkost <ehabkost@redhat.com>
Tue, 23 Oct 2012 23:44:08 +0000 (21:44 -0200)
committerAndreas Färber <afaerber@suse.de>
Thu, 6 Dec 2012 08:17:05 +0000 (09:17 +0100)
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>
sysemu.h

index f5ac6640677ee421d64986524e637ebaad84e0c2..ab1ef8be5f9b13ffaf51ffa9a320ea53ff98a212 100644 (file)
--- 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"