diff mbox series

[U-Boot,1/1] lib/vsprintf: remove #include <uuid.h> from vsprintf.c

Message ID 20190429060436.2957-1-xypron.glpk@gmx.de
State Accepted, archived
Commit cb943418bf9e2c7c77d8d2eb55167e7bdb1afb77
Delegated to: Tom Rini
Headers show
Series [U-Boot,1/1] lib/vsprintf: remove #include <uuid.h> from vsprintf.c | expand

Commit Message

Heinrich Schuchardt April 29, 2019, 6:04 a.m. UTC
common.h already includes uuid.h

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 lib/vsprintf.c | 1 -
 1 file changed, 1 deletion(-)

--
2.20.1

Comments

Tom Rini May 3, 2019, 6:20 p.m. UTC | #1
On Mon, Apr 29, 2019 at 08:04:36AM +0200, Heinrich Schuchardt wrote:

> common.h already includes uuid.h
> 
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>

Applied to u-boot/master, thanks!
diff mbox series

Patch

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 <efi_loader.h>
 #include <div64.h>
 #include <hexdump.h>
-#include <uuid.h>
 #include <stdarg.h>
 #include <linux/ctype.h>
 #include <linux/err.h>