summaryrefslogtreecommitdiffstats
path: root/block
diff options
context:
space:
mode:
authorMarkus Armbruster2018-02-11 10:35:39 +0100
committerEric Blake2018-03-02 20:14:08 +0100
commit0dd13589b0dc1d91bb1281a0d10ddaa71b8b5ccd (patch)
treedfb5edd1d3e385196b6580b444f63b8c60379ed7 /block
parentMerge remote-tracking branch 'remotes/bkoppelmann/tags/pull-tricore-2018-03-0... (diff)
downloadqemu-0dd13589b0dc1d91bb1281a0d10ddaa71b8b5ccd.tar.gz
qemu-0dd13589b0dc1d91bb1281a0d10ddaa71b8b5ccd.tar.xz
qemu-0dd13589b0dc1d91bb1281a0d10ddaa71b8b5ccd.zip
Include qapi/qmp/qerror.h exactly where needed
Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20180211093607.27351-2-armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'block')
-rw-r--r--block/qcow2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/block/qcow2.c b/block/qcow2.c
index 57a517e2bd..fd79c0ebaa 100644
--- a/block/qcow2.c
+++ b/block/qcow2.c
@@ -30,7 +30,6 @@
#include "block/qcow2.h"
#include "qemu/error-report.h"
#include "qapi/error.h"
-#include "qapi/qmp/qerror.h"
#include "qapi/qmp/qdict.h"
#include "qapi/qmp/qstring.h"
#include "qapi-event.h"