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:
Peng Liang 2022-06-08 20:12:54 +08:00 committed by Ján Tomko
parent e9b5f6bed0
commit 623efbcb11
12 changed files with 0 additions and 25 deletions

View File

@ -28,7 +28,6 @@
#include "snapshot_conf.h"
#include "virauth.h"
#include "viralloc.h"
#include "virfile.h"
#include "virlog.h"
#include "viruuid.h"
#include "vmx.h"

View File

@ -24,16 +24,10 @@
#include <config.h>
#include "internal.h"
#include "viralloc.h"
#include "viruuid.h"
#include "interface_conf.h"
#include "virsocketaddr.h"
#include "esx_private.h"
#include "esx_interface_driver.h"
#include "esx_vi.h"
#include "esx_vi_methods.h"
#include "esx_util.h"
#include "virstring.h"
#define VIR_FROM_THIS VIR_FROM_ESX

View File

@ -28,12 +28,10 @@
#include "viruuid.h"
#include "network_conf.h"
#include "esx_private.h"
#include "esx_network_driver.h"
#include "esx_vi.h"
#include "esx_vi_methods.h"
#include "esx_util.h"
#include "vircrypto.h"
#include "virstring.h"
#define VIR_FROM_THIS VIR_FROM_ESX

View File

@ -22,9 +22,7 @@
#pragma once
#include "internal.h"
#include "virerror.h"
#include "capabilities.h"
#include "domain_conf.h"
#include "esx_vi.h"
typedef struct _esxPrivate {

View File

@ -33,9 +33,7 @@
#include "esx_private.h"
#include "esx_vi.h"
#include "esx_vi_methods.h"
#include "esx_util.h"
#include "vircrypto.h"
#include "virstring.h"
#define VIR_FROM_THIS VIR_FROM_ESX

View File

@ -28,9 +28,7 @@
#include "internal.h"
#include "viralloc.h"
#include "virfile.h"
#include "virlog.h"
#include "viruuid.h"
#include "storage_conf.h"
#include "storage_source_conf.h"
#include "esx_storage_backend_vmfs.h"

View File

@ -26,9 +26,7 @@
#include "viruuid.h"
#include "viralloc.h"
#include "storage_conf.h"
#include "esx_private.h"
#include "esx_storage_driver.h"
#include "esx_storage_backend_vmfs.h"
#include "esx_storage_backend_iscsi.h"

View File

@ -24,7 +24,6 @@
#include "internal.h"
#include "datatypes.h"
#include "viralloc.h"
#include "virstring.h"
#include "esx_stream.h"
#define VIR_FROM_THIS VIR_FROM_ESX

View File

@ -24,15 +24,12 @@
#include <config.h>
#include "internal.h"
#include "datatypes.h"
#include "viralloc.h"
#include "virlog.h"
#include "viruuid.h"
#include "vmx.h"
#include "esx_private.h"
#include "esx_util.h"
#include "virstring.h"
#include "virsocket.h"
#define VIR_FROM_THIS VIR_FROM_ESX

View File

@ -27,7 +27,6 @@
#include <curl/curl.h>
#include "internal.h"
#include "virerror.h"
#include "datatypes.h"
#include "esx_vi_types.h"
#include "esx_util.h"

View File

@ -23,8 +23,6 @@
#include <config.h>
#include "virbuffer.h"
#include "viralloc.h"
#include "viruuid.h"
#include "esx_vi_methods.h"
#include "esx_util.h"

View File

@ -26,7 +26,6 @@
#include <libxml/xpathInternals.h>
#include "virbuffer.h"
#include "datatypes.h"
#include "viralloc.h"
#include "virlog.h"
#include "esx_vi.h"