From 7cfda775e575e9561043c26853b4ca6f891cce70 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Tue, 6 Nov 2018 11:23:30 +0100 Subject: move ObjectClass to typedefs.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Gerd Hoffmann Message-Id: <20181106102335.20027-2-kraxel@redhat.com> Reviewed-by: David Gibson Reviewed-by: Philippe Mathieu-Daudé Tested-by: Philippe Mathieu-Daudé Signed-off-by: Eduardo Habkost --- include/qom/object.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/qom') 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; -- cgit v1.1