aboutsummaryrefslogtreecommitdiff
path: root/qapi
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2016-06-09 10:48:32 -0600
committerMarkus Armbruster <armbru@redhat.com>2016-07-06 10:52:03 +0200
commitc7eb39cbd4304ca55c760c0cb33ce235c457546c (patch)
tree4ef8b8a39c2c66db3409c0fe9d9565700cb557c6 /qapi
parent791b7d2340cfafcac9af7864343cf23504d57804 (diff)
downloadqemu-c7eb39cbd4304ca55c760c0cb33ce235c457546c.zip
qemu-c7eb39cbd4304ca55c760c0cb33ce235c457546c.tar.gz
qemu-c7eb39cbd4304ca55c760c0cb33ce235c457546c.tar.bz2
qapi: Improve use of qmp/types.h
'qjson.h' is not a QObject subtype; include this file directly in .c files that are using it, rather than abusing qmp/types.h for that purpose. Meanwhile, for files that include a list of individual QObject subtypes, it's easier to just use qmp/types.h for that purpose. Signed-off-by: Eric Blake <eblake@redhat.com> Message-Id: <1465490926-28625-2-git-send-email-eblake@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'qapi')
-rw-r--r--qapi/qmp-dispatch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/qapi/qmp-dispatch.c b/qapi/qmp-dispatch.c
index 08faf85..505eb41 100644
--- a/qapi/qmp-dispatch.c
+++ b/qapi/qmp-dispatch.c
@@ -16,6 +16,7 @@
#include "qapi/qmp/types.h"
#include "qapi/qmp/dispatch.h"
#include "qapi/qmp/json-parser.h"
+#include "qapi/qmp/qjson.h"
#include "qapi-types.h"
#include "qapi/qmp/qerror.h"