mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-10-31 02:13:27 +00:00
esx: 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
e9b5f6bed0
commit
623efbcb11
@ -28,7 +28,6 @@
|
|||||||
#include "snapshot_conf.h"
|
#include "snapshot_conf.h"
|
||||||
#include "virauth.h"
|
#include "virauth.h"
|
||||||
#include "viralloc.h"
|
#include "viralloc.h"
|
||||||
#include "virfile.h"
|
|
||||||
#include "virlog.h"
|
#include "virlog.h"
|
||||||
#include "viruuid.h"
|
#include "viruuid.h"
|
||||||
#include "vmx.h"
|
#include "vmx.h"
|
||||||
|
@ -24,16 +24,10 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include "internal.h"
|
#include "internal.h"
|
||||||
#include "viralloc.h"
|
|
||||||
#include "viruuid.h"
|
|
||||||
#include "interface_conf.h"
|
#include "interface_conf.h"
|
||||||
#include "virsocketaddr.h"
|
#include "virsocketaddr.h"
|
||||||
#include "esx_private.h"
|
#include "esx_private.h"
|
||||||
#include "esx_interface_driver.h"
|
|
||||||
#include "esx_vi.h"
|
#include "esx_vi.h"
|
||||||
#include "esx_vi_methods.h"
|
|
||||||
#include "esx_util.h"
|
|
||||||
#include "virstring.h"
|
|
||||||
|
|
||||||
#define VIR_FROM_THIS VIR_FROM_ESX
|
#define VIR_FROM_THIS VIR_FROM_ESX
|
||||||
|
|
||||||
|
@ -28,12 +28,10 @@
|
|||||||
#include "viruuid.h"
|
#include "viruuid.h"
|
||||||
#include "network_conf.h"
|
#include "network_conf.h"
|
||||||
#include "esx_private.h"
|
#include "esx_private.h"
|
||||||
#include "esx_network_driver.h"
|
|
||||||
#include "esx_vi.h"
|
#include "esx_vi.h"
|
||||||
#include "esx_vi_methods.h"
|
#include "esx_vi_methods.h"
|
||||||
#include "esx_util.h"
|
#include "esx_util.h"
|
||||||
#include "vircrypto.h"
|
#include "vircrypto.h"
|
||||||
#include "virstring.h"
|
|
||||||
|
|
||||||
#define VIR_FROM_THIS VIR_FROM_ESX
|
#define VIR_FROM_THIS VIR_FROM_ESX
|
||||||
|
|
||||||
|
@ -22,9 +22,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "internal.h"
|
#include "internal.h"
|
||||||
#include "virerror.h"
|
|
||||||
#include "capabilities.h"
|
#include "capabilities.h"
|
||||||
#include "domain_conf.h"
|
|
||||||
#include "esx_vi.h"
|
#include "esx_vi.h"
|
||||||
|
|
||||||
typedef struct _esxPrivate {
|
typedef struct _esxPrivate {
|
||||||
|
@ -33,9 +33,7 @@
|
|||||||
#include "esx_private.h"
|
#include "esx_private.h"
|
||||||
#include "esx_vi.h"
|
#include "esx_vi.h"
|
||||||
#include "esx_vi_methods.h"
|
#include "esx_vi_methods.h"
|
||||||
#include "esx_util.h"
|
|
||||||
#include "vircrypto.h"
|
#include "vircrypto.h"
|
||||||
#include "virstring.h"
|
|
||||||
|
|
||||||
#define VIR_FROM_THIS VIR_FROM_ESX
|
#define VIR_FROM_THIS VIR_FROM_ESX
|
||||||
|
|
||||||
|
@ -28,9 +28,7 @@
|
|||||||
|
|
||||||
#include "internal.h"
|
#include "internal.h"
|
||||||
#include "viralloc.h"
|
#include "viralloc.h"
|
||||||
#include "virfile.h"
|
|
||||||
#include "virlog.h"
|
#include "virlog.h"
|
||||||
#include "viruuid.h"
|
|
||||||
#include "storage_conf.h"
|
#include "storage_conf.h"
|
||||||
#include "storage_source_conf.h"
|
#include "storage_source_conf.h"
|
||||||
#include "esx_storage_backend_vmfs.h"
|
#include "esx_storage_backend_vmfs.h"
|
||||||
|
@ -26,9 +26,7 @@
|
|||||||
|
|
||||||
#include "viruuid.h"
|
#include "viruuid.h"
|
||||||
#include "viralloc.h"
|
#include "viralloc.h"
|
||||||
#include "storage_conf.h"
|
|
||||||
#include "esx_private.h"
|
#include "esx_private.h"
|
||||||
#include "esx_storage_driver.h"
|
|
||||||
#include "esx_storage_backend_vmfs.h"
|
#include "esx_storage_backend_vmfs.h"
|
||||||
#include "esx_storage_backend_iscsi.h"
|
#include "esx_storage_backend_iscsi.h"
|
||||||
|
|
||||||
|
@ -24,7 +24,6 @@
|
|||||||
#include "internal.h"
|
#include "internal.h"
|
||||||
#include "datatypes.h"
|
#include "datatypes.h"
|
||||||
#include "viralloc.h"
|
#include "viralloc.h"
|
||||||
#include "virstring.h"
|
|
||||||
#include "esx_stream.h"
|
#include "esx_stream.h"
|
||||||
|
|
||||||
#define VIR_FROM_THIS VIR_FROM_ESX
|
#define VIR_FROM_THIS VIR_FROM_ESX
|
||||||
|
@ -24,15 +24,12 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include "internal.h"
|
#include "internal.h"
|
||||||
#include "datatypes.h"
|
|
||||||
#include "viralloc.h"
|
|
||||||
#include "virlog.h"
|
#include "virlog.h"
|
||||||
#include "viruuid.h"
|
#include "viruuid.h"
|
||||||
#include "vmx.h"
|
#include "vmx.h"
|
||||||
#include "esx_private.h"
|
#include "esx_private.h"
|
||||||
#include "esx_util.h"
|
#include "esx_util.h"
|
||||||
#include "virstring.h"
|
#include "virstring.h"
|
||||||
#include "virsocket.h"
|
|
||||||
|
|
||||||
#define VIR_FROM_THIS VIR_FROM_ESX
|
#define VIR_FROM_THIS VIR_FROM_ESX
|
||||||
|
|
||||||
|
@ -27,7 +27,6 @@
|
|||||||
#include <curl/curl.h>
|
#include <curl/curl.h>
|
||||||
|
|
||||||
#include "internal.h"
|
#include "internal.h"
|
||||||
#include "virerror.h"
|
|
||||||
#include "datatypes.h"
|
#include "datatypes.h"
|
||||||
#include "esx_vi_types.h"
|
#include "esx_vi_types.h"
|
||||||
#include "esx_util.h"
|
#include "esx_util.h"
|
||||||
|
@ -23,8 +23,6 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include "virbuffer.h"
|
#include "virbuffer.h"
|
||||||
#include "viralloc.h"
|
|
||||||
#include "viruuid.h"
|
|
||||||
#include "esx_vi_methods.h"
|
#include "esx_vi_methods.h"
|
||||||
#include "esx_util.h"
|
#include "esx_util.h"
|
||||||
|
|
||||||
|
@ -26,7 +26,6 @@
|
|||||||
#include <libxml/xpathInternals.h>
|
#include <libxml/xpathInternals.h>
|
||||||
|
|
||||||
#include "virbuffer.h"
|
#include "virbuffer.h"
|
||||||
#include "datatypes.h"
|
|
||||||
#include "viralloc.h"
|
#include "viralloc.h"
|
||||||
#include "virlog.h"
|
#include "virlog.h"
|
||||||
#include "esx_vi.h"
|
#include "esx_vi.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user