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)
commitcb943418bf9e2c7c77d8d2eb55167e7bdb1afb77
treedb2867e8adb942e7c311b349ebd0f24d6b14cdd6
parent881e020958f4f0fb59d56795b833316b9a634436
lib/vsprintf: remove #include <uuid.h> from vsprintf.c

common.h already includes uuid.h

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