···1010 * See the COPYING file in the top-level directory.
1111 */
12121313-#include "qemu/object.h"
1313+#include "qom/object.h"
1414#include "qemu-common.h"
1515#include "qapi/visitor.h"
1616#include "qapi/string-input-visitor.h"
···19192020/* TODO: replace QObject with a simpler visitor to avoid a dependency
2121 * of the QOM core on QObject? */
2222-#include "qemu/qom-qobject.h"
2222+#include "qom/qom-qobject.h"
2323#include "qapi/qmp/qobject.h"
2424#include "qapi/qmp/qbool.h"
2525#include "qapi/qmp/qint.h"