storage: 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:13:06 +08:00 committed by Ján Tomko
parent 38ab1982fa
commit abb90d278d
13 changed files with 0 additions and 25 deletions

View File

@ -37,7 +37,6 @@
#include <unistd.h>
#include "virfile.h"
#include "virstring.h"
#include "virgettext.h"
#include "virdevmapper.h"
#include "virerror.h"

View File

@ -23,12 +23,9 @@
#include <sys/stat.h>
#include "datatypes.h"
#include "virerror.h"
#include "viralloc.h"
#include "internal.h"
#include "storage_backend.h"
#include "storage_source_conf.h"
#include "virlog.h"
#include "virmodule.h"
#include "virfile.h"

View File

@ -33,7 +33,6 @@
#include "viralloc.h"
#include "virfile.h"
#include "virlog.h"
#include "virstring.h"
#define VIR_FROM_THIS VIR_FROM_STORAGE

View File

@ -28,7 +28,6 @@
#include "viralloc.h"
#include "virerror.h"
#include "virlog.h"
#include "virstring.h"
#include "viruri.h"
#include "storage_file_probe.h"
#include "storage_util.h"

View File

@ -26,19 +26,15 @@
#include <unistd.h>
#include <sys/stat.h>
#include "datatypes.h"
#include "driver.h"
#include "storage_backend_iscsi.h"
#include "viralloc.h"
#include "vircommand.h"
#include "virerror.h"
#include "virfile.h"
#include "viriscsi.h"
#include "viridentity.h"
#include "virlog.h"
#include "virobject.h"
#include "virstring.h"
#include "viruuid.h"
#include "virsecret.h"
#include "storage_util.h"
#include "virutil.h"

View File

@ -27,14 +27,12 @@
#include "virsecret.h"
#include "storage_backend_iscsi_direct.h"
#include "storage_util.h"
#include "viralloc.h"
#include "virerror.h"
#include "viridentity.h"
#include "virlog.h"
#include "virobject.h"
#include "virstring.h"
#include "virtime.h"
#include "viruuid.h"
#include "virsecureerase.h"
#define VIR_FROM_THIS VIR_FROM_STORAGE

View File

@ -33,7 +33,6 @@
#include "viralloc.h"
#include "virlog.h"
#include "virfile.h"
#include "virstring.h"
#include "virutil.h"
#include "storage_util.h"

View File

@ -30,7 +30,6 @@
#include "viridentity.h"
#include "virlog.h"
#include "viruuid.h"
#include "virstring.h"
#include "virrandom.h"
#include "rados/librados.h"
#include "rbd/librbd.h"

View File

@ -26,11 +26,8 @@
#include "virerror.h"
#include "storage_backend_scsi.h"
#include "viralloc.h"
#include "virlog.h"
#include "virfile.h"
#include "vircommand.h"
#include "virstring.h"
#include "storage_util.h"
#include "node_device_conf.h"
#include "node_device_util.h"

View File

@ -1,11 +1,9 @@
#include <config.h>
#include "viralloc.h"
#include "virerror.h"
#include "virfile.h"
#include "storage_backend_vstorage.h"
#include "virlog.h"
#include "virstring.h"
#include "virutil.h"
#include <mntent.h>
#include <paths.h>

View File

@ -45,8 +45,6 @@
#include "virfdstream.h"
#include "virpidfile.h"
#include "configmake.h"
#include "virsecret.h"
#include "virstring.h"
#include "viraccessapicheck.h"
#include "storage_util.h"
#include "virutil.h"

View File

@ -47,9 +47,7 @@
#include "virerror.h"
#include "viralloc.h"
#include "internal.h"
#include "secret_conf.h"
#include "virsecret.h"
#include "vircrypto.h"
#include "viruuid.h"
#include "virstoragefile.h"
#include "storage_file_probe.h"
@ -59,7 +57,6 @@
#include "virlog.h"
#include "virfile.h"
#include "viridentity.h"
#include "virjson.h"
#include "virqemu.h"
#include "virstring.h"
#include "virxml.h"

View File

@ -22,7 +22,6 @@
#include "internal.h"
#include "vircommand.h"
#include "storage_driver.h"
#include "storage_backend.h"
/* Storage Pool Namespace options to share w/ storage_backend_fs.c and