Skip to content

Commit eda2537

Browse files
committed
util: virstring.h: remove stdarg.h include
It was needed for virAsprintf, which is now dropped. Signed-off-by: Ján Tomko <[email protected]> Fixes: 33ed622 Reviewed-by: Martin Kletzander <[email protected]>
1 parent e054876 commit eda2537

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/util/virstring.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818

1919
#pragma once
2020

21-
#include <stdarg.h>
22-
2321
#include "internal.h"
2422

2523
#define VIR_INT64_STR_BUFLEN 21

0 commit comments

Comments
 (0)