From: Eduardo Habkost Date: Tue, 23 Oct 2012 23:44:08 +0000 (-0200) Subject: sysemu.h: Include qemu-types.h instead of qemu-common.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=bcf7930105c26d09ae83cbd8b982d01bb421f215;p=qemu.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 Signed-off-by: Andreas Färber --- diff --git a/sysemu.h b/sysemu.h index f5ac664067..ab1ef8be5f 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"