mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 23:25:48 +00:00
qom/object: Move Object typedef to 'qemu/typedefs.h'
We use the Object type all over the place. Forward declare it in "qemu/typedefs.h". Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200504115656.6045-2-f4bug@amsat.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
committed by
Paolo Bonzini
parent
ce8540fde2
commit
ca27b5eb7c
@ -20,8 +20,6 @@
|
||||
struct TypeImpl;
|
||||
typedef struct TypeImpl *Type;
|
||||
|
||||
typedef struct Object Object;
|
||||
|
||||
typedef struct TypeInfo TypeInfo;
|
||||
|
||||
typedef struct InterfaceClass InterfaceClass;
|
||||
|
Reference in New Issue
Block a user