]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
util: virstring.h: remove stdarg.h include
authorJán Tomko <jtomko@redhat.com>
Thu, 13 Feb 2020 22:59:22 +0000 (23:59 +0100)
committerJán Tomko <jtomko@redhat.com>
Mon, 3 Aug 2020 13:30:40 +0000 (15:30 +0200)
It was needed for virAsprintf, which is now dropped.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Fixes: 33ed622106c61d257fd4a5750d4df511bcdd1b2b
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
src/util/virstring.h

index 360c68395ce920546874891e26ace532f01fc020..c812157287f44c8bc3cb2644fec1cb9a9a4a5d47 100644 (file)
@@ -18,8 +18,6 @@
 
 #pragma once
 
-#include <stdarg.h>
-
 #include "internal.h"
 
 #define VIR_INT64_STR_BUFLEN 21