From: Ján Tomko Date: Mon, 9 Mar 2020 20:03:38 +0000 (+0100) Subject: tools: vsh.c: remove virstrerror.h include X-Git-Tag: v6.2.0-rc1~219 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3757302243186da1ea000b9e5efab95168ad8131;p=thirdparty%2Flibvirt.git tools: vsh.c: remove virstrerror.h include This was only used to pull in virStrerror. Signed-off-by: Ján Tomko Reviewed-by: Michal Privoznik --- 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"