diff options
Diffstat (limited to 'tests/unit/check-qobject.c')
-rw-r--r-- | tests/unit/check-qobject.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/unit/check-qobject.c b/tests/unit/check-qobject.c index 022b7c7..ccb2566 100644 --- a/tests/unit/check-qobject.c +++ b/tests/unit/check-qobject.c @@ -9,12 +9,12 @@ #include "qemu/osdep.h" #include "qapi/error.h" -#include "qapi/qmp/qbool.h" -#include "qapi/qmp/qdict.h" -#include "qapi/qmp/qlist.h" -#include "qapi/qmp/qnull.h" -#include "qapi/qmp/qnum.h" -#include "qapi/qmp/qstring.h" +#include "qobject/qbool.h" +#include "qobject/qdict.h" +#include "qobject/qlist.h" +#include "qobject/qnull.h" +#include "qobject/qnum.h" +#include "qobject/qstring.h" #include <math.h> |