From 37dbf05f285a7384d4fd5a0888fe870ea6180931 Mon Sep 17 00:00:00 2001 From: Michal Privoznik Date: Sun, 14 Jul 2019 12:54:10 +0200 Subject: [PATCH] virsh-completer: Drop needless #include 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 Reviewed-by: Jonathon Jongsma --- tools/virsh-completer.c | 13 ------------- tools/virsh-completer.h | 2 -- 2 files changed, 15 deletions(-) diff --git a/tools/virsh-completer.c b/tools/virsh-completer.c index 0f1709b4ba..1fa66b4081 100644 --- a/tools/virsh-completer.c +++ b/tools/virsh-completer.c @@ -21,21 +21,8 @@ #include #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: diff --git a/tools/virsh-completer.h b/tools/virsh-completer.h index bfe304411b..7edb8e2f7e 100644 --- a/tools/virsh-completer.h +++ b/tools/virsh-completer.h @@ -20,8 +20,6 @@ #pragma once -#include "vsh.h" - #include "virsh-completer-domain.h" #include "virsh-completer-host.h" #include "virsh-completer-interface.h" -- 2.47.2