tools: 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:12 +08:00 committed by Ján Tomko
parent b3bb252a3b
commit 1ce16ae098
27 changed files with 0 additions and 45 deletions

View File

@ -33,9 +33,7 @@
#include "viralloc.h"
#include "virfile.h"
#include "virsh-util.h"
#include "virstring.h"
#include "virxml.h"
#include "conf/checkpoint_conf.h"
#include "vsh-table.h"
/* Helper for checkpoint-create and checkpoint-create-as */

View File

@ -21,10 +21,8 @@
#include <config.h>
#include "virsh-completer-checkpoint.h"
#include "viralloc.h"
#include "virsh-util.h"
#include "virsh.h"
#include "virstring.h"
char **
virshCheckpointNameCompleter(vshControl *ctl,

View File

@ -27,7 +27,6 @@
#include "virsh-domain-monitor.h"
#include "virsh-util.h"
#include "virsh.h"
#include "virstring.h"
#include "virxml.h"
#include "virperf.h"
#include "virbitmap.h"

View File

@ -21,7 +21,6 @@
#include <config.h>
#include "virsh-completer-host.h"
#include "viralloc.h"
#include "virsh.h"
#include "virstring.h"
#include "virxml.h"

View File

@ -22,9 +22,7 @@
#include "virsh-completer-interface.h"
#include "virsh-util.h"
#include "viralloc.h"
#include "virsh.h"
#include "virstring.h"
typedef const char *
(*virInterfaceStringCallback)(virInterfacePtr iface);

View File

@ -25,7 +25,6 @@
#include "viralloc.h"
#include "virsh-network.h"
#include "virsh.h"
#include "virstring.h"
char **
virshNetworkNameCompleter(vshControl *ctl,

View File

@ -24,10 +24,8 @@
#include "virsh-util.h"
#include "conf/node_device_conf.h"
#include "conf/domain_conf.h"
#include "viralloc.h"
#include "virsh-nodedev.h"
#include "virsh.h"
#include "virstring.h"
char **
virshNodeDeviceNameCompleter(vshControl *ctl,

View File

@ -22,9 +22,7 @@
#include "virsh-completer-nwfilter.h"
#include "virsh-util.h"
#include "viralloc.h"
#include "virsh.h"
#include "virstring.h"
char **
virshNWFilterNameCompleter(vshControl *ctl,

View File

@ -23,10 +23,8 @@
#include "virsh-completer-pool.h"
#include "virsh-util.h"
#include "conf/storage_conf.h"
#include "viralloc.h"
#include "virsh-pool.h"
#include "virsh.h"
#include "virstring.h"
char **
virshStoragePoolNameCompleter(vshControl *ctl,

View File

@ -21,11 +21,9 @@
#include <config.h>
#include "virsh-completer-secret.h"
#include "viralloc.h"
#include "virsh-secret.h"
#include "virsh-util.h"
#include "virsh.h"
#include "virstring.h"
char **
virshSecretUUIDCompleter(vshControl *ctl,

View File

@ -21,10 +21,8 @@
#include <config.h>
#include "virsh-completer-snapshot.h"
#include "viralloc.h"
#include "virsh-util.h"
#include "virsh.h"
#include "virstring.h"
char **
virshSnapshotNameCompleter(vshControl *ctl,

View File

@ -22,10 +22,8 @@
#include "virsh-completer-volume.h"
#include "virsh-util.h"
#include "viralloc.h"
#include "virsh-pool.h"
#include "virsh.h"
#include "virstring.h"
#include "virsh-volume.h"
char **

View File

@ -21,8 +21,6 @@
#include <config.h>
#include "virsh-completer.h"
#include "viralloc.h"
#include "virstring.h"
/**
* A completer callback is a function that accepts three arguments:

View File

@ -35,7 +35,6 @@
# include "virsh-console.h"
# include "virsh-util.h"
# include "virlog.h"
# include "virfile.h"
# include "viralloc.h"
# include "virthread.h"
# include "virerror.h"

View File

@ -17,13 +17,11 @@
*/
#include <config.h>
#include "virsh-domain-event.h"
#include "virsh-util.h"
#include "internal.h"
#include "viralloc.h"
#include "virenum.h"
#include "virutil.h"
#include "virtime.h"
#include "virtypedparam.h"

View File

@ -44,7 +44,6 @@
#include "virsh-console.h"
#include "virsh-domain-monitor.h"
#include "virsh-host.h"
#include "virerror.h"
#include "virtime.h"
#include "virtypedparam.h"
#include "virxml.h"

View File

@ -26,7 +26,6 @@
#include "internal.h"
#include "viralloc.h"
#include "virfile.h"
#include "virstring.h"
#include "virtime.h"
#include "conf/node_device_conf.h"
#include "virenum.h"

View File

@ -27,7 +27,6 @@
#include "viralloc.h"
#include "virfile.h"
#include "conf/storage_conf.h"
#include "virstring.h"
#include "virtime.h"
#include "vsh-table.h"
#include "virenum.h"

View File

@ -31,7 +31,6 @@
#include "viralloc.h"
#include "virfile.h"
#include "virsh-util.h"
#include "virstring.h"
#include "virxml.h"
#include "conf/virdomainsnapshotobjlist.h"
#include "vsh-table.h"

View File

@ -22,7 +22,6 @@
#include "virfile.h"
#include "virstring.h"
#include "viralloc.h"
#include "virxml.h"
static virDomainPtr

View File

@ -21,29 +21,22 @@
#include <config.h>
#include "virsh.h"
#include <stdarg.h>
#include <unistd.h>
#include <getopt.h>
#include <sys/time.h>
#include <fcntl.h>
#include <time.h>
#include <sys/stat.h>
#include <inttypes.h>
#include "internal.h"
#include "virerror.h"
#include "virbuffer.h"
#include "viralloc.h"
#include "virfile.h"
#include "virthread.h"
#include "vircommand.h"
#include "virtypedparam.h"
#include "virstring.h"
#include "virgettext.h"
#include "virsh-backup.h"
#include "virsh-checkpoint.h"
#include "virsh-console.h"
#include "virsh-domain.h"
#include "virsh-domain-event.h"
#include "virsh-domain-monitor.h"

View File

@ -23,8 +23,6 @@
#include <unistd.h>
#include "internal.h"
#include "virerror.h"
#include "virthread.h"
#include "virpolkit.h"
#include "vsh.h"
#include "virsh-completer.h"

View File

@ -32,7 +32,6 @@
#include "virstring.h"
#include "virthread.h"
#include "virgettext.h"
#include "virtime.h"
#include "virt-admin-completer.h"
#include "vsh-table.h"
#include "virenum.h"

View File

@ -21,7 +21,6 @@
#include <getopt.h>
#include <signal.h>
#include <stdarg.h>
#include <unistd.h>
#include "internal.h"

View File

@ -22,7 +22,6 @@
#include "vsh-table.h"
#include <stdarg.h>
#include <stddef.h>
#include <wchar.h>
#include <wctype.h>

View File

@ -26,7 +26,6 @@
#include <unistd.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <inttypes.h>
#include <signal.h>
#if WITH_READLINE

View File

@ -26,7 +26,6 @@
#endif
#include "internal.h"
#include "virerror.h"
#include "virthread.h"
#define VIR_FROM_THIS VIR_FROM_NONE