[libvirt PATCH 3/4] tools: vsh.c: remove virstrerror.h include

Ján Tomko posted 4 patches 4 years, 8 months ago
[libvirt PATCH 3/4] tools: vsh.c: remove virstrerror.h include
Posted by Ján Tomko 4 years, 8 months ago
This was only used to pull in virStrerror.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
---
 tools/vsh.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/vsh.c b/tools/vsh.c
index 0488295c10..58bb1e6a3c 100644
--- a/tools/vsh.c
+++ b/tools/vsh.c
@@ -37,7 +37,6 @@
 #endif
 
 #include "internal.h"
-#include "virerror.h"
 #include "virbuffer.h"
 #include "viralloc.h"
 #include "virfile.h"
-- 
2.24.1