diff options
Diffstat (limited to 'qobject/qobject-internal.h')
-rw-r--r-- | qobject/qobject-internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qobject/qobject-internal.h b/qobject/qobject-internal.h index b310c8e..0c7679f 100644 --- a/qobject/qobject-internal.h +++ b/qobject/qobject-internal.h @@ -10,7 +10,7 @@ #ifndef QOBJECT_INTERNAL_H #define QOBJECT_INTERNAL_H -#include "qapi/qmp/qobject.h" +#include "qobject/qobject.h" static inline void qobject_init(QObject *obj, QType type) { |