diff options
author | Markus Armbruster <armbru@redhat.com> | 2018-02-01 12:18:45 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2018-02-09 13:52:15 +0100 |
commit | bbcad965bf7b3afac13d7bbc90d3eeca1a5b66bf (patch) | |
tree | 43f82f7c1a18cadbdba06c7a17b20b6f0b084979 /block | |
parent | 72b4e612c1871482e892cd02a7509bde887450ab (diff) | |
download | qemu-bbcad965bf7b3afac13d7bbc90d3eeca1a5b66bf.zip qemu-bbcad965bf7b3afac13d7bbc90d3eeca1a5b66bf.tar.gz qemu-bbcad965bf7b3afac13d7bbc90d3eeca1a5b66bf.tar.bz2 |
Drop superfluous includes of qapi/qmp/qjson.h
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20180201111846.21846-19-armbru@redhat.com>
Diffstat (limited to 'block')
-rw-r--r-- | block/nbd.c | 1 | ||||
-rw-r--r-- | block/quorum.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/block/nbd.c b/block/nbd.c index 94220f6..8cc4c6f 100644 --- a/block/nbd.c +++ b/block/nbd.c @@ -36,7 +36,6 @@ #include "qapi/qobject-input-visitor.h" #include "qapi/qobject-output-visitor.h" #include "qapi/qmp/qdict.h" -#include "qapi/qmp/qjson.h" #include "qapi/qmp/qstring.h" #include "qemu/cutils.h" diff --git a/block/quorum.c b/block/quorum.c index 980403f..2dc79bf 100644 --- a/block/quorum.c +++ b/block/quorum.c @@ -19,7 +19,6 @@ #include "qapi/error.h" #include "qapi/qmp/qdict.h" #include "qapi/qmp/qerror.h" -#include "qapi/qmp/qjson.h" #include "qapi/qmp/qlist.h" #include "qapi/qmp/qstring.h" #include "qapi-event.h" |