mirror of https://gitee.com/openkylin/libvirt.git
virutil.c: do not include stdarg.h
Last functions using it were moved to virfile.c in commit <bfe7721>. Signed-off-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
d80881db3f
commit
e8c0558414
|
@ -28,7 +28,6 @@
|
|||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
|
|
Loading…
Reference in New Issue