diff options
author | Markus Armbruster <armbru@redhat.com> | 2018-02-01 12:18:41 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2018-02-09 13:52:15 +0100 |
commit | bd006b9818b378786fb72a96514afc1299280db6 (patch) | |
tree | a560be4ba859851d7086e20603fb4e6dfb1f6659 /block | |
parent | fc81fa1eb0d3049f715d74e6f01ca24c0501d582 (diff) | |
download | qemu-bd006b9818b378786fb72a96514afc1299280db6.zip qemu-bd006b9818b378786fb72a96514afc1299280db6.tar.gz qemu-bd006b9818b378786fb72a96514afc1299280db6.tar.bz2 |
Include qapi/qmp/qbool.h exactly where needed
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-15-armbru@redhat.com>
Diffstat (limited to 'block')
-rw-r--r-- | block/blkdebug.c | 1 | ||||
-rw-r--r-- | block/curl.c | 1 | ||||
-rw-r--r-- | block/qcow2.c | 1 | ||||
-rw-r--r-- | block/quorum.c | 1 | ||||
-rw-r--r-- | block/vvfat.c | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/block/blkdebug.c b/block/blkdebug.c index e216699..3565384 100644 --- a/block/blkdebug.c +++ b/block/blkdebug.c @@ -29,7 +29,6 @@ #include "qemu/config-file.h" #include "block/block_int.h" #include "qemu/module.h" -#include "qapi/qmp/qbool.h" #include "qapi/qmp/qdict.h" #include "qapi/qmp/qstring.h" #include "sysemu/qtest.h" diff --git a/block/curl.c b/block/curl.c index eafa97c..439481c 100644 --- a/block/curl.c +++ b/block/curl.c @@ -27,7 +27,6 @@ #include "qemu-common.h" #include "qemu/error-report.h" #include "block/block_int.h" -#include "qapi/qmp/qbool.h" #include "qapi/qmp/qdict.h" #include "qapi/qmp/qstring.h" #include "crypto/secret.h" diff --git a/block/qcow2.c b/block/qcow2.c index 700c062..a64a572 100644 --- a/block/qcow2.c +++ b/block/qcow2.c @@ -31,7 +31,6 @@ #include "qemu/error-report.h" #include "qapi/error.h" #include "qapi/qmp/qerror.h" -#include "qapi/qmp/qbool.h" #include "qapi/qmp/qdict.h" #include "qapi/qmp/qstring.h" #include "qapi-event.h" diff --git a/block/quorum.c b/block/quorum.c index ec427c3..980403f 100644 --- a/block/quorum.c +++ b/block/quorum.c @@ -17,7 +17,6 @@ #include "qemu/cutils.h" #include "block/block_int.h" #include "qapi/error.h" -#include "qapi/qmp/qbool.h" #include "qapi/qmp/qdict.h" #include "qapi/qmp/qerror.h" #include "qapi/qmp/qjson.h" diff --git a/block/vvfat.c b/block/vvfat.c index 93e7658..5dca227 100644 --- a/block/vvfat.c +++ b/block/vvfat.c @@ -30,7 +30,6 @@ #include "qemu/module.h" #include "qemu/bswap.h" #include "migration/blocker.h" -#include "qapi/qmp/qbool.h" #include "qapi/qmp/qdict.h" #include "qapi/qmp/qstring.h" #include "qemu/cutils.h" |