From ec056fba8e3a132bd0d5c3a2b0173a646dcaf3de Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A1n=20Tomko?= Date: Sun, 16 Feb 2020 22:59:15 +0100 Subject: [PATCH] tools: virt-host-validate: move virutil.h include MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- tools/virt-host-validate-common.c | 1 + tools/virt-host-validate-common.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.2