X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=qobject%2Fqobject.c;h=878dd76e7924ab9d8ea52bec24427090e6582159;hb=HEAD;hp=cf4b7e229e527852b7a3e7f15af45e14c280968e;hpb=3d3eacaeccaab718ea0e2ddaa578bfae9e311c59;p=mirror_qemu.git diff --git a/qobject/qobject.c b/qobject/qobject.c index cf4b7e229e..d7077b8f2a 100644 --- a/qobject/qobject.c +++ b/qobject/qobject.c @@ -8,13 +8,13 @@ */ #include "qemu/osdep.h" -#include "qemu-common.h" #include "qapi/qmp/qbool.h" #include "qapi/qmp/qnull.h" #include "qapi/qmp/qnum.h" #include "qapi/qmp/qdict.h" #include "qapi/qmp/qlist.h" #include "qapi/qmp/qstring.h" +#include "qobject-internal.h" QEMU_BUILD_BUG_MSG( offsetof(QNull, base) != 0 ||