diff options
Diffstat (limited to 'include/qom')
-rw-r--r-- | include/qom/cpu.h | 1 | ||||
-rw-r--r-- | include/qom/object.h | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/include/qom/cpu.h b/include/qom/cpu.h index 4a6def7..b7a10f7 100644 --- a/include/qom/cpu.h +++ b/include/qom/cpu.h @@ -26,7 +26,6 @@ #include "exec/memattrs.h" #include "qemu/queue.h" #include "qemu/thread.h" -#include "qemu/typedefs.h" typedef int (*WriteCoreDumpFunction)(const void *buf, size_t size, void *opaque); diff --git a/include/qom/object.h b/include/qom/object.h index eda16df..21bb5ff 100644 --- a/include/qom/object.h +++ b/include/qom/object.h @@ -15,8 +15,8 @@ #define QEMU_OBJECT_H #include <glib.h> +#include "qapi-types.h" #include "qemu/queue.h" -#include "qemu/typedefs.h" struct TypeImpl; typedef struct TypeImpl *Type; |