diff --git a/qemu/include/qemu/typedefs.h b/qemu/include/qemu/typedefs.h index 1b8dfe41..671dbf78 100644 --- a/qemu/include/qemu/typedefs.h +++ b/qemu/include/qemu/typedefs.h @@ -44,6 +44,7 @@ typedef struct MigrationParams MigrationParams; typedef struct MouseTransformInfo MouseTransformInfo; typedef struct NICInfo NICInfo; typedef struct NetClientState NetClientState; +typedef struct ObjectClass ObjectClass; typedef struct PCIBridge PCIBridge; typedef struct PCIBus PCIBus; typedef struct PCIDevice PCIDevice; diff --git a/qemu/include/qom/object.h b/qemu/include/qom/object.h index d2f43989..1cb03555 100644 --- a/qemu/include/qom/object.h +++ b/qemu/include/qom/object.h @@ -24,7 +24,6 @@ struct TypeImpl; typedef struct TypeImpl *Type; -typedef struct ObjectClass ObjectClass; typedef struct Object Object; typedef struct TypeInfo TypeInfo;