aboutsummaryrefslogtreecommitdiff
path: root/block
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2023-02-07 08:51:04 +0100
committerMarkus Armbruster <armbru@redhat.com>2023-02-23 13:56:14 +0100
commit6f1e91f716a96651feae89dfd674b2ea3bf8e282 (patch)
tree4ddc819a1826999a1d1503bc3377bd06129c932c /block
parent79b677d658d3d35e1e776826ac4abb28cdce69b8 (diff)
downloadqemu-6f1e91f716a96651feae89dfd674b2ea3bf8e282.zip
qemu-6f1e91f716a96651feae89dfd674b2ea3bf8e282.tar.gz
qemu-6f1e91f716a96651feae89dfd674b2ea3bf8e282.tar.bz2
error: Drop superfluous #include "qapi/qmp/qerror.h"
Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20230207075115.1525-2-armbru@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Konstantin Kostiuk <kkostiuk@redhat.com>
Diffstat (limited to 'block')
-rw-r--r--block/backup.c1
-rw-r--r--block/commit.c1
-rw-r--r--block/mirror.c1
-rw-r--r--block/stream.c1
4 files changed, 0 insertions, 4 deletions
diff --git a/block/backup.c b/block/backup.c
index 824d39a..5b8863b 100644
--- a/block/backup.c
+++ b/block/backup.c
@@ -22,7 +22,6 @@
#include "block/block-copy.h"
#include "block/dirty-bitmap.h"
#include "qapi/error.h"
-#include "qapi/qmp/qerror.h"
#include "qemu/cutils.h"
#include "sysemu/block-backend.h"
#include "qemu/bitmap.h"
diff --git a/block/commit.c b/block/commit.c
index 41e3599..387a720 100644
--- a/block/commit.c
+++ b/block/commit.c
@@ -18,7 +18,6 @@
#include "block/block_int.h"
#include "block/blockjob_int.h"
#include "qapi/error.h"
-#include "qapi/qmp/qerror.h"
#include "qemu/ratelimit.h"
#include "qemu/memalign.h"
#include "sysemu/block-backend.h"
diff --git a/block/mirror.c b/block/mirror.c
index ab326b6..0f6551c 100644
--- a/block/mirror.c
+++ b/block/mirror.c
@@ -21,7 +21,6 @@
#include "block/dirty-bitmap.h"
#include "sysemu/block-backend.h"
#include "qapi/error.h"
-#include "qapi/qmp/qerror.h"
#include "qemu/ratelimit.h"
#include "qemu/bitmap.h"
#include "qemu/memalign.h"
diff --git a/block/stream.c b/block/stream.c
index 8744ad1..e77a033 100644
--- a/block/stream.c
+++ b/block/stream.c
@@ -16,7 +16,6 @@
#include "block/block_int.h"
#include "block/blockjob_int.h"
#include "qapi/error.h"
-#include "qapi/qmp/qerror.h"
#include "qapi/qmp/qdict.h"
#include "qemu/ratelimit.h"
#include "sysemu/block-backend.h"