]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qdict.c
uhci: stop using portio lists
[mirror_qemu.git] / qdict.c
diff --git a/qdict.c b/qdict.c
index 4bf308b61c6227961323d38b48542f0d24fee674..7543ccc10ff8d9d3343b157c1f2b3dac77546007 100644 (file)
--- a/qdict.c
+++ b/qdict.c
  * See the COPYING.LIB file in the top-level directory.
  */
 
-#include "qint.h"
-#include "qfloat.h"
-#include "qdict.h"
-#include "qbool.h"
-#include "qstring.h"
-#include "qobject.h"
-#include "qemu-queue.h"
+#include "qapi/qmp/qint.h"
+#include "qapi/qmp/qfloat.h"
+#include "qapi/qmp/qdict.h"
+#include "qapi/qmp/qbool.h"
+#include "qapi/qmp/qstring.h"
+#include "qapi/qmp/qobject.h"
+#include "qemu/queue.h"
 #include "qemu-common.h"
 
 static void qdict_destroy_obj(QObject *obj);