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:
Ján Tomko 2018-04-23 17:11:50 +02:00
parent d80881db3f
commit e8c0558414

View File

@ -28,7 +28,6 @@
#include <stdlib.h>
#include <stdio.h>
#include <stdarg.h>
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>