]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Drop paths.h include
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 17 Mar 2016 10:44:01 +0000 (11:44 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 18 Mar 2016 08:43:45 +0000 (09:43 +0100)
commit865764de065585978d70624cfe4a4f960180879d
tree68e43f0cff8988157cf146e27bac94cf69bbb26a
parent9a0c7f5f834185db9017c34aabc03ad99cf37bed
Drop paths.h include

We include the file in plenty of places. This is mostly due to
historical reasons. The only place that needs something from the
header file is storage_backend_fs which opens _PATH_MOUNTED. But
it gets the file included indirectly via mntent.h. At no other
place in our code we need _PATH_.*. Drop the include and
configure check then.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
configure.ac
src/lxc/lxc_controller.c
src/network/bridge_driver.c
src/openvz/openvz_driver.c
src/qemu/qemu_driver.c
src/uml/uml_driver.c
src/util/virdnsmasq.c
src/util/viriptables.c
src/util/virutil.c
src/vz/vz_driver.c
tests/testutils.c