lib/vsprintf: remove #include <uuid.h> from vsprintf.c
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 29 Apr 2019 06:04:36 +0000 (08:04 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 3 May 2019 11:23:17 +0000 (07:23 -0400)
common.h already includes uuid.h

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/vsprintf.c

index 2403825..3502b80 100644 (file)
@@ -16,7 +16,6 @@
 #include <efi_loader.h>
 #include <div64.h>
 #include <hexdump.h>
-#include <uuid.h>
 #include <stdarg.h>
 #include <linux/ctype.h>
 #include <linux/err.h>