1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-01-13 17:18:01 +03:00

util: virstring.h: remove stdarg.h include

It was needed for virAsprintf, which is now dropped.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Fixes: 33ed622106
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
Ján Tomko 2020-02-13 23:59:22 +01:00
parent e05487610c
commit eda2537bbb

View File

@ -18,8 +18,6 @@
#pragma once
#include <stdarg.h>
#include "internal.h"
#define VIR_INT64_STR_BUFLEN 21