diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2022-05-09 10:46:59 +0200 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2022-06-28 10:53:32 +0200 |
commit | 5bba9bcfbb42e7c016626420e148a1bf1b080835 (patch) | |
tree | 6fa76bea1f38f5703326a916e6ae45211a7b4b8d /include/qom | |
parent | 6985d8ede92494f3b791de01e8ee9306eb6d5e4a (diff) |
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')
-rw-r--r-- | include/qom/object.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/qom/object.h b/include/qom/object.h index 5f3d5b5bf5..ef7258a5e1 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; |