From: Heinrich Schuchardt Date: Mon, 29 Apr 2019 06:04:36 +0000 (+0200) Subject: lib/vsprintf: remove #include from vsprintf.c X-Git-Tag: v2025.01-rc5-pxa1908~3007^2~10 X-Git-Url: http://git.dujemihanovic.xyz/img/%7B%7B%20%24image.RelPermalink%20%7D%7D?a=commitdiff_plain;h=cb943418bf9e2c7c77d8d2eb55167e7bdb1afb77;p=u-boot.git lib/vsprintf: remove #include from vsprintf.c common.h already includes uuid.h Signed-off-by: Heinrich Schuchardt --- diff --git a/lib/vsprintf.c b/lib/vsprintf.c index 2403825dc9..3502b8088f 100644 --- a/lib/vsprintf.c +++ b/lib/vsprintf.c @@ -16,7 +16,6 @@ #include #include #include -#include #include #include #include