summaryrefslogtreecommitdiff
path: root/block.c
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2018-02-01 12:18:33 +0100
committerMarkus Armbruster <armbru@redhat.com>2018-02-09 13:52:10 +0100
commitabb297ed4408e3859776a1a3c91d99225b9795b9 (patch)
tree91bdb09832b306bf3d33dc3ad27ebc35fbdbb29b /block.c
parenta82400cf5cc2f00d5bdbacb4b591be1adf8c25a8 (diff)
downloadqemu-abb297ed4408e3859776a1a3c91d99225b9795b9.tar.gz
Include qmp-commands.h exactly where needed
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-7-armbru@redhat.com> [OSX breakage fixed]
Diffstat (limited to 'block.c')
-rw-r--r--block.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/block.c b/block.c
index 2a8bc276c7..a97f709252 100644
--- a/block.c
+++ b/block.c
@@ -39,7 +39,6 @@
#include "qemu/notify.h"
#include "qemu/coroutine.h"
#include "block/qapi.h"
-#include "qmp-commands.h"
#include "qemu/timer.h"
#include "qapi-event.h"
#include "qemu/cutils.h"