]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/qapi/qmp/dispatch.h
Include qapi/qmp/qdict.h exactly where needed
[mirror_qemu.git] / include / qapi / qmp / dispatch.h
index 47a0ff348bb934957a48e06455961369935188d8..1e694b5ecf97cd7dc735e3461cf70383b1302b77 100644 (file)
@@ -14,7 +14,7 @@
 #ifndef QAPI_QMP_DISPATCH_H
 #define QAPI_QMP_DISPATCH_H
 
-#include "qapi/qmp/qdict.h"
+#include "qemu/queue.h"
 
 typedef void (QmpCommandFunc)(QDict *, QObject **, Error **);