diff options
author | Markus Armbruster <armbru@redhat.com> | 2018-02-01 12:18:37 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2018-02-09 13:52:15 +0100 |
commit | 5ee9d2fe9e1e15d6e4a112220da3ad8a3512819b (patch) | |
tree | 49e045d229906406772d3505e215598ed3d5ee0c /include/block/block.h | |
parent | 15280c360e54a65e2c7be1a47bfbe41dce1ef986 (diff) | |
download | qemu-5ee9d2fe9e1e15d6e4a112220da3ad8a3512819b.zip qemu-5ee9d2fe9e1e15d6e4a112220da3ad8a3512819b.tar.gz qemu-5ee9d2fe9e1e15d6e4a112220da3ad8a3512819b.tar.bz2 |
Include qapi/qmp/qobject.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-11-armbru@redhat.com>
Diffstat (limited to 'include/block/block.h')
-rw-r--r-- | include/block/block.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/block/block.h b/include/block/block.h index c67ea81..549e4c4 100644 --- a/include/block/block.h +++ b/include/block/block.h @@ -8,7 +8,6 @@ #include "block/accounting.h" #include "block/dirty-bitmap.h" #include "block/blockjob.h" -#include "qapi/qmp/qobject.h" #include "qemu/hbitmap.h" /* block.c */ |