diff options
author | Markus Armbruster <armbru@redhat.com> | 2018-02-01 12:18:32 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2018-02-09 13:51:35 +0100 |
commit | a82400cf5cc2f00d5bdbacb4b591be1adf8c25a8 (patch) | |
tree | 8983caf9b053b712c0a53f1454a46316a0d4f5a9 /block | |
parent | e688df6bc4549f28534cdb001f168b8caae55b0c (diff) |
Drop superfluous includes of qapi/qmp/qerror.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-6-armbru@redhat.com>
Diffstat (limited to 'block')
-rw-r--r-- | block/qcow.c | 1 | ||||
-rw-r--r-- | block/qed.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/block/qcow.c b/block/qcow.c index d552a6eba8..369241aae8 100644 --- a/block/qcow.c +++ b/block/qcow.c @@ -30,7 +30,6 @@ #include "qemu/module.h" #include "qemu/bswap.h" #include <zlib.h> -#include "qapi/qmp/qerror.h" #include "qapi/qmp/qstring.h" #include "crypto/block.h" #include "migration/blocker.h" diff --git a/block/qed.c b/block/qed.c index 821dcaa055..7e2b34c3a7 100644 --- a/block/qed.c +++ b/block/qed.c @@ -18,7 +18,6 @@ #include "qemu/bswap.h" #include "trace.h" #include "qed.h" -#include "qapi/qmp/qerror.h" #include "sysemu/block-backend.h" static int bdrv_qed_probe(const uint8_t *buf, int buf_size, |