qom/object: Remove circular include dependency

"qom/object.h" doesn't need to include itself.

Fixes: db1015e92e ("Move QOM typedefs and add missing includes")
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Damien Hedde <damien.hedde@greensocs.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20220509084659.52076-1-philippe.mathieu.daude@gmail.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
Philippe Mathieu-Daudé 2022-05-09 10:46:59 +02:00 committed by Laurent Vivier
parent 6985d8ede9
commit 5bba9bcfbb

View file

@ -16,7 +16,6 @@
#include "qapi/qapi-builtin-types.h" #include "qapi/qapi-builtin-types.h"
#include "qemu/module.h" #include "qemu/module.h"
#include "qom/object.h"
struct TypeImpl; struct TypeImpl;
typedef struct TypeImpl *Type; typedef struct TypeImpl *Type;