]> xenbits.xensource.com Git - libvirt.git/commitdiff
tools: virt-host-validate: move virutil.h include
authorJán Tomko <jtomko@redhat.com>
Sun, 16 Feb 2020 21:59:15 +0000 (22:59 +0100)
committerJán Tomko <jtomko@redhat.com>
Mon, 24 Feb 2020 22:15:50 +0000 (23:15 +0100)
After the introduction of virenum.h in commit 285c5f28c41,
it is only needed in the C file.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
tools/virt-host-validate-common.c
tools/virt-host-validate-common.h

index 6a715ede76357058d71a5798a5014181e7cf30d6..dc7523dd86378d1eb85ac2508a2d7a5e8316f202 100644 (file)
@@ -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
 
index 1b7e93e52094b99e2b700a878e102ec4e3df2608..a20470fa72c318f14b0eaa8d69211392045fdf96 100644 (file)
@@ -22,7 +22,6 @@
 #pragma once
 
 #include "internal.h"
-#include "virutil.h"
 #include "virbitmap.h"
 #include "virenum.h"