From bd006b9818b378786fb72a96514afc1299280db6 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Thu, 1 Feb 2018 12:18:41 +0100 Subject: Include qapi/qmp/qbool.h exactly where needed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Eric Blake Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Markus Armbruster Message-Id: <20180201111846.21846-15-armbru@redhat.com> --- block/blkdebug.c | 1 - block/curl.c | 1 - block/qcow2.c | 1 - block/quorum.c | 1 - block/vvfat.c | 1 - 5 files changed, 5 deletions(-) (limited to 'block') diff --git a/block/blkdebug.c b/block/blkdebug.c index e21669979d..356538482d 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 eafa97cd72..439481c8d4 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 700c06245b..a64a572785 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 ec427c39e7..980403f63e 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 93e76580b0..5dca227311 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" -- cgit v1.2.1