]> xenbits.xensource.com Git - libvirt.git/commitdiff
virsh-completer: Drop needless #include
authorMichal Privoznik <mprivozn@redhat.com>
Sun, 14 Jul 2019 10:54:10 +0000 (12:54 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 9 Aug 2019 07:18:54 +0000 (09:18 +0200)
Now that there is no code in virsh-completer.c it doesn't make
much sense to keep those #include-s around. Delete them.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Jonathon Jongsma <jjongsma@redhat.com>
tools/virsh-completer.c
tools/virsh-completer.h

index 0f1709b4ba40a356480771fa2a348e939bfeebcd..1fa66b4081b9cb8171bee87d1120d6d4eec92263 100644 (file)
 #include <config.h>
 
 #include "virsh-completer.h"
-#include "virsh-domain.h"
-#include "virsh.h"
-#include "virsh-pool.h"
-#include "virsh-nodedev.h"
-#include "virsh-util.h"
-#include "virsh-secret.h"
-#include "virsh-network.h"
-#include "internal.h"
-#include "virutil.h"
 #include "viralloc.h"
-#include "virmacaddr.h"
 #include "virstring.h"
-#include "virxml.h"
-#include "conf/node_device_conf.h"
-
 
 /**
  * A completer callback is a function that accepts three arguments:
index bfe304411b9997df455f50a0b38576bc746c8bf0..7edb8e2f7e8474f037d9c9bea017321c03a129cb 100644 (file)
@@ -20,8 +20,6 @@
 
 #pragma once
 
-#include "vsh.h"
-
 #include "virsh-completer-domain.h"
 #include "virsh-completer-host.h"
 #include "virsh-completer-interface.h"