From a82400cf5cc2f00d5bdbacb4b591be1adf8c25a8 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Thu, 1 Feb 2018 12:18:32 +0100 Subject: Drop superfluous includes of qapi/qmp/qerror.h 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-6-armbru@redhat.com> --- block/qed.c | 1 - 1 file changed, 1 deletion(-) (limited to 'block/qed.c') 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, -- cgit v1.2.1