aboutsummaryrefslogtreecommitdiff
path: root/include/qom/object.h
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>2022-05-09 10:46:59 +0200
committerLaurent Vivier <laurent@vivier.eu>2022-06-28 10:53:32 +0200
commit5bba9bcfbb42e7c016626420e148a1bf1b080835 (patch)
tree6fa76bea1f38f5703326a916e6ae45211a7b4b8d /include/qom/object.h
parent6985d8ede92494f3b791de01e8ee9306eb6d5e4a (diff)
downloadqemu-5bba9bcfbb42e7c016626420e148a1bf1b080835.zip
qemu-5bba9bcfbb42e7c016626420e148a1bf1b080835.tar.gz
qemu-5bba9bcfbb42e7c016626420e148a1bf1b080835.tar.bz2
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é <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>
Diffstat (limited to 'include/qom/object.h')
-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 5f3d5b5..ef7258a 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;