BaseTools: remove useless dependency on libuuid
Signed-off-by: Thierry LARONDE <tlaronde@polynum.com> Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
This commit is contained in:
committed by
mergify[bot]
parent
aea8a9c954
commit
aef0061ac2
@@ -14,11 +14,6 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
// Include files
|
||||
//
|
||||
|
||||
#if defined(__FreeBSD__)
|
||||
#include <uuid.h>
|
||||
#elif defined(__GNUC__)
|
||||
#include <uuid/uuid.h>
|
||||
#endif
|
||||
#ifdef __GNUC__
|
||||
#include <sys/stat.h>
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user