From 7a1a4dac94e5dea21ecc404f362ef2c62f9f089c Mon Sep 17 00:00:00 2001 From: Andreas Färber Date: Thu, 13 Mar 2014 03:40:13 +0100 Subject: Move QEMUMachine typedef to qemu/typedefs.h As reported in commit 9c06a1f79f959fffd09bfb7efc3d76051a6cd2da, xen.h is not self-contained with regards to its use of QEMUMachine. Fix this. Reported-by: Alexander Graf Suggested-by: Paolo Bonzini Signed-off-by: Andreas Färber --- include/hw/boards.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/hw/boards.h') diff --git a/include/hw/boards.h b/include/hw/boards.h index 89eb6651e2..fd9388c695 100644 --- a/include/hw/boards.h +++ b/include/hw/boards.h @@ -6,8 +6,6 @@ #include "sysemu/blockdev.h" #include "hw/qdev.h" -typedef struct QEMUMachine QEMUMachine; - typedef struct QEMUMachineInitArgs { const QEMUMachine *machine; ram_addr_t ram_size; -- cgit v1.2.3-55-g7522