1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-03-20 06:50:22 +03:00

storage_file: 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-05-14 16:05:32 +08:00 committed by Ján Tomko
parent 32b11c49e6
commit b2297edc05
4 changed files with 0 additions and 10 deletions

View 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"

View File

@ -27,12 +27,8 @@
#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

View 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

View File

@ -32,11 +32,9 @@
#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