mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 12:35:17 +00:00
Remove some unused includes in QEMU code
The qemu monitor does not require qemu_conf.h, and the qemu capabilities code actually wants bitmap.h Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
parent
364a77ff0f
commit
c25746c216
@ -32,8 +32,8 @@
|
||||
#include "nodeinfo.h"
|
||||
#include "cpu/cpu.h"
|
||||
#include "domain_conf.h"
|
||||
#include "qemu_conf.h"
|
||||
#include "command.h"
|
||||
#include "bitmap.h"
|
||||
#include "virnodesuspend.h"
|
||||
|
||||
#include <sys/stat.h>
|
||||
|
@ -31,7 +31,6 @@
|
||||
#include "qemu_monitor.h"
|
||||
#include "qemu_monitor_text.h"
|
||||
#include "qemu_monitor_json.h"
|
||||
#include "qemu_conf.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "memory.h"
|
||||
#include "logging.h"
|
||||
|
@ -29,7 +29,6 @@
|
||||
|
||||
# include "qemu_capabilities.h"
|
||||
# include "domain_conf.h"
|
||||
# include "qemu_conf.h"
|
||||
# include "bitmap.h"
|
||||
# include "virhash.h"
|
||||
# include "json.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user