]> xenbits.xensource.com Git - libvirt.git/commit
util: vircgroup: include unistd.h rather than virutil.h
authorJán Tomko <jtomko@redhat.com>
Sun, 16 Feb 2020 22:03:51 +0000 (23:03 +0100)
committerJán Tomko <jtomko@redhat.com>
Mon, 24 Feb 2020 22:15:49 +0000 (23:15 +0100)
commit33f62603520d6fe717ebb037cb5b81a07d4f93e1
tree2c9ca400aa0e8a692558a3b9cb1742e1ad35237a
parent44256e3f2c33ef2fb1fcdf4a09a35ef8238fabe6
util: vircgroup: include unistd.h rather than virutil.h

There is nothing in the vircgroup.h header file
requiring virutil.h.

Remove it and include unistd.h in the C files.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
src/util/vircgroup.h
src/util/vircgroupv1.c
src/util/vircgroupv2.c