]> xenbits.xensource.com Git - libvirt.git/commitdiff
maint: remove unnecessary virutil.h includes
authorJán Tomko <jtomko@redhat.com>
Sun, 23 Feb 2020 23:43:52 +0000 (00:43 +0100)
committerJán Tomko <jtomko@redhat.com>
Thu, 3 Feb 2022 13:10:04 +0000 (14:10 +0100)
Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Laine Stump <laine@redhat.com>
src/esx/esx_vi.c
src/nwfilter/nwfilter_ebiptables_driver.c
src/openvz/openvz_conf.c
src/util/virdnsmasq.c
src/util/virfirewalld.c
src/vmware/vmware_conf.c
tests/testutilsqemu.c

index abfcccd91e3debe06644bacf8a4e6d4227321db9..36e9dc1d2c13bb165e6b0d127240fe6df8dfccc1 100644 (file)
@@ -35,7 +35,6 @@
 #include "esx_vi_methods.h"
 #include "esx_util.h"
 #include "virstring.h"
-#include "virutil.h"
 
 #define VIR_FROM_THIS VIR_FROM_ESX
 
index 058f2ec55946f7a1edeea3c46e06ec464fd9c9d3..54065a0f751ebaa94241ea32270e7fd4ac52b8e2 100644 (file)
@@ -43,7 +43,6 @@
 #include "configmake.h"
 #include "virstring.h"
 #include "virfirewall.h"
-#include "virutil.h"
 
 #define VIR_FROM_THIS VIR_FROM_NWFILTER
 
index afdd97e3c9a6a8cb41392635cd34da4df82f63cd..191c79e1e2de07433f874e4611be41c679b2d032 100644 (file)
@@ -40,7 +40,6 @@
 #include "vircommand.h"
 #include "virstring.h"
 #include "virhostcpu.h"
-#include "virutil.h"
 
 #define VIR_FROM_THIS VIR_FROM_OPENVZ
 
index 68aaa83b2a12898c78f840e3abec2e68c788fee5..fd4efa802c5363132a43a0cecc1650da475bdef6 100644 (file)
@@ -34,7 +34,6 @@
 #include "datatypes.h"
 #include "virbitmap.h"
 #include "virdnsmasq.h"
-#include "virutil.h"
 #include "vircommand.h"
 #include "viralloc.h"
 #include "virerror.h"
index f467756f26a581863122cfefd37bfecba7890a6e..c909901833f7d076433f2784473b7d70122df820 100644 (file)
@@ -28,7 +28,6 @@
 #include "virfirewalldpriv.h"
 #include "viralloc.h"
 #include "virerror.h"
-#include "virutil.h"
 #include "virlog.h"
 #include "virgdbus.h"
 #include "virenum.h"
index bce690bbdf89b610d395503b47fe1b6d48185987..ebba435cc4644b90809870541cda7530a0d1a67c 100644 (file)
@@ -32,7 +32,6 @@
 #include "vmware_conf.h"
 #include "virstring.h"
 #include "virlog.h"
-#include "virutil.h"
 
 #define VIR_FROM_THIS VIR_FROM_VMWARE
 
index cf66c12622de1bdd8e441c6ee2bde554f2e73670..646ef415d136741dd698205dbf186f7184de3a0d 100644 (file)
@@ -12,7 +12,6 @@
 # include "qemu/qemu_capspriv.h"
 # include "virstring.h"
 # include "virfilecache.h"
-# include "virutil.h"
 
 # define VIR_FROM_THIS VIR_FROM_QEMU