[libvirt PATCH 5/8] tools: virt-host-validate: move virutil.h include

Ján Tomko jtomko at redhat.com
Sun Feb 23 23:25:25 UTC 2020


After the introduction of virenum.h in commit 285c5f28c41,
it is only needed in the C file.

Signed-off-by: Ján Tomko <jtomko at redhat.com>
---
 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.24.1




More information about the libvir-list mailing list