mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-21 10:52:22 +00:00
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 <jtomko@redhat.com> Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
This commit is contained in:
parent
b6e0207884
commit
ec056fba8e
@ -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
|
||||
|
||||
|
@ -22,7 +22,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "internal.h"
|
||||
#include "virutil.h"
|
||||
#include "virbitmap.h"
|
||||
#include "virenum.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user