]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
qemu: driver: Don't pull in qemu_monitor_json.h directly
authorPeter Krempa <pkrempa@redhat.com>
Fri, 20 Sep 2019 11:49:55 +0000 (13:49 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 30 Sep 2019 11:12:56 +0000 (13:12 +0200)
There's nothing that uses it directly now. Also not allowing direct use
will promote our layering.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
src/qemu/qemu_driver.c

index c5b45895e0cb7db74af5abc37a7e504615904062..140a4ec54c49c78ff7631224ca904db096c7e2d0 100644 (file)
@@ -47,7 +47,6 @@
 #include "qemu_hostdev.h"
 #include "qemu_hotplug.h"
 #include "qemu_monitor.h"
-#include "qemu_monitor_json.h"
 #include "qemu_process.h"
 #include "qemu_migration.h"
 #include "qemu_migration_params.h"