]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
esx: Remove unused includes
authorPeng Liang <tcx4c70@gmail.com>
Wed, 8 Jun 2022 12:12:54 +0000 (20:12 +0800)
committerJán Tomko <jtomko@redhat.com>
Thu, 16 Jun 2022 04:43:56 +0000 (06:43 +0200)
Signed-off-by: Peng Liang <tcx4c70@gmail.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
12 files changed:
src/esx/esx_driver.c
src/esx/esx_interface_driver.c
src/esx/esx_network_driver.c
src/esx/esx_private.h
src/esx/esx_storage_backend_iscsi.c
src/esx/esx_storage_backend_vmfs.c
src/esx/esx_storage_driver.c
src/esx/esx_stream.c
src/esx/esx_util.c
src/esx/esx_vi.h
src/esx/esx_vi_methods.c
src/esx/esx_vi_types.c

index fd1331375cfcbe716dcb2a7da33892ceffc6beec..79b991f36f983f7e16ecb7db9412995c9603c71c 100644 (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"
index 0c4f2022f50e2adb1a358cee962a812d9fd11319..d6b6410d1a361e07d54c8d9ed4f96d4b6dce69e9 100644 (file)
 #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
 
index 34020ac188b487c030f1ba7e2440363d43afa4dc..290c0ad56f9f0dc97967c2aca7ad6153e8f9a132 100644 (file)
 #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
 
index 278a3f014252d34b3ed0f224ef22309db5def0db..baaacd62961be5dd92ac9353af523405ccb4b83d 100644 (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 {
index 043de1690d0b7cd0ebe8a91b2391fa9118bc8802..7be0444f1bdb560728f93f4cc029844a22f5f495 100644 (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
 
index 5dba813111234f89d297c3a4c79849d3c482872e..c718597d722733d215cc9978f480dcee6b7e6ee6 100644 (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"
index 056b340a08e26a54334550ca1c094c322468ec57..7ce2efe8550967f86e11d8b5e242c7070e7db54a 100644 (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"
 
index 51c96ff0e08aa1fbca4504527100a740fd658bc1..85fef53339441284ed2526c909cc13a37f9308a7 100644 (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
index c73a6728f7242f626d3a0e7118a9138dcb73a1b3..89d55172621745cde766aec2c2c43e2b451c5c52 100644 (file)
 #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
 
index 4c0e7129195765927a8ae6a2faa17d035c42232b..17d0bf9fea07210e0fc2ef8b6c097115e5e6a8ee 100644 (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"
index 87046b6225743260ee4f559d8807b79e8f6fec21..5aab2df377a3ac3f84b9af8fc934da9bee06c0ea 100644 (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"
 
index 132c5ac2fd50c65a6f6379cf7e3d1e72e908a724..15f8f957e2aeddb9bc31bd4c2be12a79927065a6 100644 (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"