From 0dd13589b0dc1d91bb1281a0d10ddaa71b8b5ccd Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Sun, 11 Feb 2018 10:35:39 +0100 Subject: Include qapi/qmp/qerror.h exactly where needed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Markus Armbruster Message-Id: <20180211093607.27351-2-armbru@redhat.com> Reviewed-by: Eric Blake Reviewed-by: Marc-André Lureau Signed-off-by: Eric Blake --- block.c | 1 - 1 file changed, 1 deletion(-) (limited to 'block.c') diff --git a/block.c b/block.c index 814e5a02da..628910f638 100644 --- a/block.c +++ b/block.c @@ -32,7 +32,6 @@ #include "qemu/module.h" #include "qapi/error.h" #include "qapi/qmp/qdict.h" -#include "qapi/qmp/qerror.h" #include "qapi/qmp/qjson.h" #include "qapi/qmp/qstring.h" #include "sysemu/block-backend.h" -- cgit v1.2.1