move ObjectClass to typedefs.h

Backports commit 7cfda775e575e9561043c26853b4ca6f891cce70 from qemu
This commit is contained in:
Gerd Hoffmann 2018-12-11 20:36:54 -05:00 committed by Lioncash
parent d783407cff
commit 94c8893678
No known key found for this signature in database
GPG key ID: 4E3C3CC1031BA9C7
2 changed files with 1 additions and 1 deletions

View file

@ -44,6 +44,7 @@ typedef struct MigrationParams MigrationParams;
typedef struct MouseTransformInfo MouseTransformInfo; typedef struct MouseTransformInfo MouseTransformInfo;
typedef struct NICInfo NICInfo; typedef struct NICInfo NICInfo;
typedef struct NetClientState NetClientState; typedef struct NetClientState NetClientState;
typedef struct ObjectClass ObjectClass;
typedef struct PCIBridge PCIBridge; typedef struct PCIBridge PCIBridge;
typedef struct PCIBus PCIBus; typedef struct PCIBus PCIBus;
typedef struct PCIDevice PCIDevice; typedef struct PCIDevice PCIDevice;

View file

@ -24,7 +24,6 @@
struct TypeImpl; struct TypeImpl;
typedef struct TypeImpl *Type; typedef struct TypeImpl *Type;
typedef struct ObjectClass ObjectClass;
typedef struct Object Object; typedef struct Object Object;
typedef struct TypeInfo TypeInfo; typedef struct TypeInfo TypeInfo;