From e8c055841446f35ce6031e2429fa6491e6ce9b08 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A1n=20Tomko?= Date: Mon, 23 Apr 2018 17:11:50 +0200 Subject: [PATCH] virutil.c: do not include stdarg.h MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Last functions using it were moved to virfile.c in commit . Signed-off-by: Ján Tomko --- src/util/virutil.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/util/virutil.c b/src/util/virutil.c index 4b03fe60eb..bb4474acd5 100644 --- a/src/util/virutil.c +++ b/src/util/virutil.c @@ -28,7 +28,6 @@ #include #include -#include #include #include #include -- 2.39.5