]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
storage_file: Remove unused includes
authorPeng Liang <tcx4c70@gmail.com>
Sat, 14 May 2022 08:05:32 +0000 (16:05 +0800)
committerJán Tomko <jtomko@redhat.com>
Tue, 7 Jun 2022 14:16:48 +0000 (16:16 +0200)
Signed-off-by: Peng Liang <tcx4c70@gmail.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/storage_file/storage_file_backend.c
src/storage_file/storage_file_backend_fs.c
src/storage_file/storage_file_backend_gluster.c
src/storage_file/storage_source.c

index d63b6a7502863b970e689072fc341b0a9a286561..94944ea35659f91cd4dd4a968843324ee5414cc5 100644 (file)
@@ -23,9 +23,7 @@
 
 #include <sys/stat.h>
 
-#include "datatypes.h"
 #include "virerror.h"
-#include "viralloc.h"
 #include "internal.h"
 #include "storage_file_backend.h"
 #include "virlog.h"
index 581261f1cc0765b480d982f8f8925858e69d2f7b..c657cb0277bdd03756538d6b4109789490280d58 100644 (file)
 #include "virerror.h"
 #include "storage_file_backend.h"
 #include "storage_file_backend_fs.h"
-#include "storage_util.h"
-#include "vircommand.h"
-#include "viralloc.h"
 #include "virfile.h"
 #include "virlog.h"
-#include "virstring.h"
 #include "virutil.h"
 
 #define VIR_FROM_THIS VIR_FROM_STORAGE
index 2aee61bf33cdc5d7da71c4c014f200625b51f898..72341cf2c5151e839a1636b1b33c8a7ce763a2a7 100644 (file)
@@ -28,8 +28,6 @@
 #include "viralloc.h"
 #include "virerror.h"
 #include "virlog.h"
-#include "virstoragefile.h"
-#include "virstring.h"
 
 #define VIR_FROM_THIS VIR_FROM_STORAGE
 
index dd2bb2641d6e4c641b4247d2c0c5aa74e253e181..ab0cdf2b1242a083c0b98cd69dae1c5673666318 100644 (file)
 #include "viralloc.h"
 #include "virerror.h"
 #include "virfile.h"
-#include "virhash.h"
 #include "virlog.h"
 #include "virobject.h"
 #include "virstoragefile.h"
-#include "virstring.h"
 #include "virutil.h"
 
 #define VIR_FROM_THIS VIR_FROM_STORAGE