]> Git Repo - qemu.git/commitdiff
sysemu.h: Include qemu-types.h instead of qemu-common.h
authorEduardo Habkost <[email protected]>
Tue, 23 Oct 2012 23:44:08 +0000 (21:44 -0200)
committerAndreas Färber <[email protected]>
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 <[email protected]>
Signed-off-by: Andreas Färber <[email protected]>
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"
This page took 0.025623 seconds and 4 git commands to generate.