The documentation was introduced in 2f28d2ff9dc, then 0d09e41a51 and a27bd6c77 moved the headers around. Update the comment.
Signed-off-by: Philippe Mathieu-Daudé <phi...@redhat.com> --- include/qom/object.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/qom/object.h b/include/qom/object.h index fd453dc8d6..eb560bf32f 100644 --- a/include/qom/object.h +++ b/include/qom/object.h @@ -45,7 +45,7 @@ typedef struct InterfaceInfo InterfaceInfo; * <example> * <title>Creating a minimal type</title> * <programlisting> - * #include "qdev.h" + * #include "hw/qdev-core.h" * * #define TYPE_MY_DEVICE "my-device" * @@ -146,7 +146,7 @@ typedef struct InterfaceInfo InterfaceInfo; * <example> * <title>Overriding a virtual function</title> * <programlisting> - * #include "qdev.h" + * #include "hw/qdev-core.h" * * void my_device_class_init(ObjectClass *klass, void *class_data) * { @@ -170,7 +170,7 @@ typedef struct InterfaceInfo InterfaceInfo; * <example> * <title>Defining an abstract class</title> * <programlisting> - * #include "qdev.h" + * #include "hw/qdev-core.h" * * typedef struct MyDeviceClass * { -- 2.21.3