From 7311e9641785bbcdf2925bfc91b92e43a6158a7d Mon Sep 17 00:00:00 2001 From: Abner Chang Date: Wed, 11 Aug 2021 00:07:23 +0800 Subject: RedfishPkg/RefishCrtLib: Public RefishCrtLib Public the header file, move RefishCrtLib.h from PrivateInclude/ to Include/. RefishCrtLib.lib will be public later. (Moved out from PrivateLibrary/) Signed-off-by: Abner Chang Cc: Nickle Wang Reviewed-by: Nickle Wang --- .../PrivateLibrary/RedfishLib/edk2libredfish/include/redfishPayload.h | 2 +- .../PrivateLibrary/RedfishLib/edk2libredfish/include/redfishService.h | 2 +- RedfishPkg/PrivateLibrary/RedfishLib/edk2libredfish/include/redpath.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'RedfishPkg/PrivateLibrary') diff --git a/RedfishPkg/PrivateLibrary/RedfishLib/edk2libredfish/include/redfishPayload.h b/RedfishPkg/PrivateLibrary/RedfishLib/edk2libredfish/include/redfishPayload.h index 03380d9394..43149f3c89 100644 --- a/RedfishPkg/PrivateLibrary/RedfishLib/edk2libredfish/include/redfishPayload.h +++ b/RedfishPkg/PrivateLibrary/RedfishLib/edk2libredfish/include/redfishPayload.h @@ -17,7 +17,7 @@ #ifndef LIBREDFISH_REDFISH_PAYLOAD_H_ #define LIBREDFISH_REDFISH_PAYLOAD_H_ -#include +#include #include #include diff --git a/RedfishPkg/PrivateLibrary/RedfishLib/edk2libredfish/include/redfishService.h b/RedfishPkg/PrivateLibrary/RedfishLib/edk2libredfish/include/redfishService.h index 5bcb381c05..0215caccfc 100644 --- a/RedfishPkg/PrivateLibrary/RedfishLib/edk2libredfish/include/redfishService.h +++ b/RedfishPkg/PrivateLibrary/RedfishLib/edk2libredfish/include/redfishService.h @@ -30,7 +30,7 @@ #include #include -#include +#include #include #include diff --git a/RedfishPkg/PrivateLibrary/RedfishLib/edk2libredfish/include/redpath.h b/RedfishPkg/PrivateLibrary/RedfishLib/edk2libredfish/include/redpath.h index bdec6098e5..24413a648a 100644 --- a/RedfishPkg/PrivateLibrary/RedfishLib/edk2libredfish/include/redpath.h +++ b/RedfishPkg/PrivateLibrary/RedfishLib/edk2libredfish/include/redpath.h @@ -17,7 +17,7 @@ #ifndef LIBREDFISH_REDPATH_H_ #define LIBREDFISH_REDPATH_H_ -#include +#include #include -- cgit v1.2.3