tools: remove unnecessary includes

After the split of virsh to multiple files, and the subsequent
split to vsh/virt-admin, there are quite a few leftovers.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
Ján Tomko
2020-02-23 22:45:34 +01:00
parent 59ab98c112
commit 24b2f96a41
20 changed files with 7 additions and 38 deletions

View File

@@ -20,6 +20,6 @@
#pragma once
#include "virsh.h"
#include "vsh.h"
extern const vshCmdDef snapshotCmds[];