]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/check-qjson.c
qapi: move include files to include/qobject/
[mirror_qemu.git] / tests / check-qjson.c
index 3b896f5f9c922b575ff88e127db89d8e099b610b..32ffb436df6ff6999c61ff5245bd82004c77cbb2 100644 (file)
  */
 #include <glib.h>
 
-#include "qstring.h"
-#include "qint.h"
-#include "qdict.h"
-#include "qlist.h"
-#include "qfloat.h"
-#include "qbool.h"
-#include "qjson.h"
+#include "qapi/qmp/qstring.h"
+#include "qapi/qmp/qint.h"
+#include "qapi/qmp/qdict.h"
+#include "qapi/qmp/qlist.h"
+#include "qapi/qmp/qfloat.h"
+#include "qapi/qmp/qbool.h"
+#include "qapi/qmp/qjson.h"
 
 #include "qemu-common.h"