mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
vbox: Remove unused includes
Signed-off-by: Peng Liang <tcx4c70@gmail.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
55a996c90b
commit
3ef307cb9b
@ -34,11 +34,8 @@
|
|||||||
#include "vbox_XPCOMCGlue.h"
|
#include "vbox_XPCOMCGlue.h"
|
||||||
#include "internal.h"
|
#include "internal.h"
|
||||||
#include "viralloc.h"
|
#include "viralloc.h"
|
||||||
#include "virutil.h"
|
|
||||||
#include "virlog.h"
|
#include "virlog.h"
|
||||||
#include "virerror.h"
|
|
||||||
#include "virfile.h"
|
#include "virfile.h"
|
||||||
#include "virstring.h"
|
|
||||||
|
|
||||||
#define VIR_FROM_THIS VIR_FROM_VBOX
|
#define VIR_FROM_THIS VIR_FROM_VBOX
|
||||||
|
|
||||||
|
@ -38,8 +38,6 @@
|
|||||||
#include "vbox_driver.h"
|
#include "vbox_driver.h"
|
||||||
#include "vbox_XPCOMCGlue.h"
|
#include "vbox_XPCOMCGlue.h"
|
||||||
#include "virerror.h"
|
#include "virerror.h"
|
||||||
#include "domain_event.h"
|
|
||||||
#include "domain_conf.h"
|
|
||||||
|
|
||||||
#include "vbox_get_driver.h"
|
#include "vbox_get_driver.h"
|
||||||
|
|
||||||
|
@ -22,10 +22,8 @@
|
|||||||
|
|
||||||
#include "internal.h"
|
#include "internal.h"
|
||||||
#include "datatypes.h"
|
#include "datatypes.h"
|
||||||
#include "domain_conf.h"
|
|
||||||
#include "domain_event.h"
|
#include "domain_event.h"
|
||||||
#include "virlog.h"
|
#include "virlog.h"
|
||||||
#include "virstring.h"
|
|
||||||
#include "viralloc.h"
|
#include "viralloc.h"
|
||||||
#include "network_conf.h"
|
#include "network_conf.h"
|
||||||
|
|
||||||
|
@ -22,10 +22,7 @@
|
|||||||
|
|
||||||
#include "internal.h"
|
#include "internal.h"
|
||||||
#include "datatypes.h"
|
#include "datatypes.h"
|
||||||
#include "domain_conf.h"
|
|
||||||
#include "domain_event.h"
|
|
||||||
#include "virlog.h"
|
#include "virlog.h"
|
||||||
#include "virstring.h"
|
|
||||||
#include "storage_conf.h"
|
#include "storage_conf.h"
|
||||||
#include "virutil.h"
|
#include "virutil.h"
|
||||||
|
|
||||||
|
@ -42,7 +42,6 @@
|
|||||||
#include "viralloc.h"
|
#include "viralloc.h"
|
||||||
#include "virlog.h"
|
#include "virlog.h"
|
||||||
#include "virstring.h"
|
#include "virstring.h"
|
||||||
#include "virutil.h"
|
|
||||||
|
|
||||||
/* This one changes from version to version. */
|
/* This one changes from version to version. */
|
||||||
#if VBOX_API_VERSION == 5002000
|
#if VBOX_API_VERSION == 5002000
|
||||||
|
Loading…
Reference in New Issue
Block a user