mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06: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:
parent
32b11c49e6
commit
b2297edc05
@ -23,9 +23,7 @@
|
|||||||
|
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
|
||||||
#include "datatypes.h"
|
|
||||||
#include "virerror.h"
|
#include "virerror.h"
|
||||||
#include "viralloc.h"
|
|
||||||
#include "internal.h"
|
#include "internal.h"
|
||||||
#include "storage_file_backend.h"
|
#include "storage_file_backend.h"
|
||||||
#include "virlog.h"
|
#include "virlog.h"
|
||||||
|
@ -27,12 +27,8 @@
|
|||||||
#include "virerror.h"
|
#include "virerror.h"
|
||||||
#include "storage_file_backend.h"
|
#include "storage_file_backend.h"
|
||||||
#include "storage_file_backend_fs.h"
|
#include "storage_file_backend_fs.h"
|
||||||
#include "storage_util.h"
|
|
||||||
#include "vircommand.h"
|
|
||||||
#include "viralloc.h"
|
|
||||||
#include "virfile.h"
|
#include "virfile.h"
|
||||||
#include "virlog.h"
|
#include "virlog.h"
|
||||||
#include "virstring.h"
|
|
||||||
#include "virutil.h"
|
#include "virutil.h"
|
||||||
|
|
||||||
#define VIR_FROM_THIS VIR_FROM_STORAGE
|
#define VIR_FROM_THIS VIR_FROM_STORAGE
|
||||||
|
@ -28,8 +28,6 @@
|
|||||||
#include "viralloc.h"
|
#include "viralloc.h"
|
||||||
#include "virerror.h"
|
#include "virerror.h"
|
||||||
#include "virlog.h"
|
#include "virlog.h"
|
||||||
#include "virstoragefile.h"
|
|
||||||
#include "virstring.h"
|
|
||||||
|
|
||||||
#define VIR_FROM_THIS VIR_FROM_STORAGE
|
#define VIR_FROM_THIS VIR_FROM_STORAGE
|
||||||
|
|
||||||
|
@ -32,11 +32,9 @@
|
|||||||
#include "viralloc.h"
|
#include "viralloc.h"
|
||||||
#include "virerror.h"
|
#include "virerror.h"
|
||||||
#include "virfile.h"
|
#include "virfile.h"
|
||||||
#include "virhash.h"
|
|
||||||
#include "virlog.h"
|
#include "virlog.h"
|
||||||
#include "virobject.h"
|
#include "virobject.h"
|
||||||
#include "virstoragefile.h"
|
#include "virstoragefile.h"
|
||||||
#include "virstring.h"
|
|
||||||
#include "virutil.h"
|
#include "virutil.h"
|
||||||
|
|
||||||
#define VIR_FROM_THIS VIR_FROM_STORAGE
|
#define VIR_FROM_THIS VIR_FROM_STORAGE
|
||||||
|
Loading…
Reference in New Issue
Block a user