aboutsummaryrefslogtreecommitdiff
path: root/include/qom
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2018-11-06 11:23:30 +0100
committerEduardo Habkost <ehabkost@redhat.com>2018-12-11 15:45:22 -0200
commit7cfda775e575e9561043c26853b4ca6f891cce70 (patch)
treef3684e47ad5801b50ca5c80b1c7b7d67e4f0440d /include/qom
parent5e6aa26723f3eb67016282709fda7835a975f1ab (diff)
downloadqemu-7cfda775e575e9561043c26853b4ca6f891cce70.zip
qemu-7cfda775e575e9561043c26853b4ca6f891cce70.tar.gz
qemu-7cfda775e575e9561043c26853b4ca6f891cce70.tar.bz2
move ObjectClass to typedefs.h
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Message-Id: <20181106102335.20027-2-kraxel@redhat.com> Reviewed-by: David Gibson <david@gibson.dropbear.id.au> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'include/qom')
-rw-r--r--include/qom/object.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/qom/object.h b/include/qom/object.h
index f0b0bf3..499e1fd 100644
--- a/include/qom/object.h
+++ b/include/qom/object.h
@@ -20,7 +20,6 @@
struct TypeImpl;
typedef struct TypeImpl *Type;
-typedef struct ObjectClass ObjectClass;
typedef struct Object Object;
typedef struct TypeInfo TypeInfo;