]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Remove virutil.h where possible
authorJán Tomko <jtomko@redhat.com>
Sat, 22 Feb 2020 15:22:54 +0000 (16:22 +0100)
committerJán Tomko <jtomko@redhat.com>
Mon, 24 Feb 2020 22:15:49 +0000 (23:15 +0100)
commitf331a9ef6403e186ebc299f31821bc5769e84def
tree8264d7bf5e268ee5d342e370101fb17dd2f3a7a6
parent32b3fd9b269824c66ebafd88588690bb9bd0dc6b
Remove virutil.h where possible

Historically, this file was a dump for most of our helper
functions and needed almost everywhere.
With the introduction of virfile.h and virstring.h,
and more importantly, virenum.h and the introduction
of GLib, that is no longer true.

Remove its include from C files that don't even use it.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
27 files changed:
src/lxc/lxc_domain.c
src/qemu/qemu_vhost_user_gpu.c
src/rpc/virnetlibsshsession.c
src/rpc/virnetsshsession.c
src/util/iohelper.c
src/util/virerror.c
src/util/virfirewall.c
src/util/virgic.c
src/util/virnetdevbandwidth.c
src/util/virnetdevbridge.c
src/util/virnetdevip.c
src/util/virnetdevveth.c
src/util/virpci.c
src/util/virrandom.c
src/util/virscsi.c
src/util/virstoragefile.c
src/util/virtypedparam.c
src/util/viruri.c
src/util/virusb.c
src/util/virxml.c
src/vbox/vbox_driver.c
tests/fdstreamtest.c
tests/testutils.c
tests/virkeycodetest.c
tests/virportallocatortest.c
tools/virsh-interface.c
tools/virsh-nwfilter.c