mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06: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:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -26,7 +26,6 @@
|
||||
#include <libxml/xpathInternals.h>
|
||||
|
||||
#include "virbuffer.h"
|
||||
#include "datatypes.h"
|
||||
#include "viralloc.h"
|
||||
#include "virlog.h"
|
||||
#include "esx_vi.h"
|
||||
|
||||
Reference in New Issue
Block a user