From: Ján Tomko Date: Sun, 16 Feb 2020 21:59:15 +0000 (+0100) Subject: tools: virt-host-validate: move virutil.h include X-Git-Tag: v6.1.0-rc1~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec056fba8e3a132bd0d5c3a2b0173a646dcaf3de;p=thirdparty%2Flibvirt.git tools: virt-host-validate: move virutil.h include After the introduction of virenum.h in commit 285c5f28c41, it is only needed in the C file. Signed-off-by: Ján Tomko Reviewed-by: Daniel Henrique Barboza --- diff --git a/tools/virt-host-validate-common.c b/tools/virt-host-validate-common.c index 6a715ede76..dc7523dd86 100644 --- a/tools/virt-host-validate-common.c +++ b/tools/virt-host-validate-common.c @@ -32,6 +32,7 @@ #include "virt-host-validate-common.h" #include "virstring.h" #include "virarch.h" +#include "virutil.h" #define VIR_FROM_THIS VIR_FROM_NONE diff --git a/tools/virt-host-validate-common.h b/tools/virt-host-validate-common.h index 1b7e93e520..a20470fa72 100644 --- a/tools/virt-host-validate-common.h +++ b/tools/virt-host-validate-common.h @@ -22,7 +22,6 @@ #pragma once #include "internal.h" -#include "virutil.h" #include "virbitmap.h" #include "virenum.h"