]> xenbits.xensource.com Git - libvirt.git/commitdiff
virutil.c: do not include stdarg.h
authorJán Tomko <jtomko@redhat.com>
Mon, 23 Apr 2018 15:11:50 +0000 (17:11 +0200)
committerJán Tomko <jtomko@redhat.com>
Mon, 14 May 2018 06:41:58 +0000 (08:41 +0200)
Last functions using it were moved to virfile.c in commit <bfe7721>.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
src/util/virutil.c

index 4b03fe60eb570b7d5961558b961d2ca335b90b86..bb4474acd53ad98f388fd68067f0e29e29302d65 100644 (file)
@@ -28,7 +28,6 @@
 
 #include <stdlib.h>
 #include <stdio.h>
-#include <stdarg.h>
 #include <unistd.h>
 #include <fcntl.h>
 #include <errno.h>