diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2019-04-29 08:04:36 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-05-03 07:23:17 -0400 |
commit | cb943418bf9e2c7c77d8d2eb55167e7bdb1afb77 (patch) | |
tree | db2867e8adb942e7c311b349ebd0f24d6b14cdd6 /lib/vsprintf.c | |
parent | 881e020958f4f0fb59d56795b833316b9a634436 (diff) |
lib/vsprintf: remove #include <uuid.h> from vsprintf.c
common.h already includes uuid.h
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'lib/vsprintf.c')
-rw-r--r-- | lib/vsprintf.c | 1 |
1 files changed, 0 insertions, 1 deletions
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> |