From: Philippe Mathieu-Daudé Date: Mon, 9 May 2022 08:46:59 +0000 (+0200) Subject: qom/object: Remove circular include dependency X-Git-Tag: v7.1.0-rc0~45^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5bba9bcfbb42e7c016626420e148a1bf1b080835;p=thirdparty%2Fqemu.git qom/object: Remove circular include dependency "qom/object.h" doesn't need to include itself. Fixes: db1015e92e04 ("Move QOM typedefs and add missing includes") Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Damien Hedde Reviewed-by: Peter Maydell Reviewed-by: Markus Armbruster Message-Id: <20220509084659.52076-1-philippe.mathieu.daude@gmail.com> Signed-off-by: Laurent Vivier --- diff --git a/include/qom/object.h b/include/qom/object.h index 5f3d5b5bf53..ef7258a5e14 100644 --- a/include/qom/object.h +++ b/include/qom/object.h @@ -16,7 +16,6 @@ #include "qapi/qapi-builtin-types.h" #include "qemu/module.h" -#include "qom/object.h" struct TypeImpl; typedef struct TypeImpl *Type;