Re: [Qemu-devel] [PATCH 16/18] Drop superfluous includes of qapi/qmp/dispatch.h

2018-01-30 Thread Eric Blake
On 01/30/2018 04:22 AM, Markus Armbruster wrote: > Signed-off-by: Markus Armbruster > --- > monitor.c | 1 - > qga/main.c| 1 - > tests/test-qmp-commands.c | 1 - > 3 files changed, 3 deletions(-) Reviewed-by: Eric Blake -- Eric Blake, Principal Software Engine

[Qemu-devel] [PATCH 16/18] Drop superfluous includes of qapi/qmp/dispatch.h

2018-01-30 Thread Markus Armbruster
Signed-off-by: Markus Armbruster --- monitor.c | 1 - qga/main.c| 1 - tests/test-qmp-commands.c | 1 - 3 files changed, 3 deletions(-) diff --git a/monitor.c b/monitor.c index 02d9dd8708..6f70c8db9a 100644 --- a/monitor.c +++ b/monitor.c @@ -79,7 +79,6 @@ #inclu