diff options
author | Michael D Kinney <michael.d.kinney@intel.com> | 2022-12-05 11:49:45 -0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-12-06 20:30:58 +0000 |
commit | ca33daafc630a7952de482813dccd5202f005dbf (patch) | |
tree | 560f22164d613627d8cd07e5a15606d3255d2232 /RedfishPkg | |
parent | a639248bd0dd1f1ea0b020dd16aab8a7bb76ddd2 (diff) | |
download | edk2-ca33daafc630a7952de482813dccd5202f005dbf.tar.gz edk2-ca33daafc630a7952de482813dccd5202f005dbf.tar.bz2 edk2-ca33daafc630a7952de482813dccd5202f005dbf.zip |
RedfishPkg: Remove overlapping private include path in DEC file
Update ReadfishPkg.dec to remove PrivateInclude from the
[Includes.Common.Private] section. The PrivateInclude directory
does not contain any include files, and the PrivateInclude/Crt
include path remaining in the [Includes.Common.Private] section
providing the include path required to access the CRT related
include files by components within the RedfishPkg.
Without this update, there are two forms of #include statements
that can be used to include the CRT related include files.
Include files should only be available using one form of
#include statements.
Cc: Abner Chang <abner.chang@amd.com>
Cc: Nickle Wang <nicklew@nvidia.com>
Cc: Igor Kulchytskyy <igork@ami.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Abner Chang <abner.chang@amd.com>
Reviewed-by: Igor Kulchytskyy <igork@ami.com>
Diffstat (limited to 'RedfishPkg')
-rw-r--r-- | RedfishPkg/RedfishPkg.dec | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/RedfishPkg/RedfishPkg.dec b/RedfishPkg/RedfishPkg.dec index 0aa26883e2..d2b189b13d 100644 --- a/RedfishPkg/RedfishPkg.dec +++ b/RedfishPkg/RedfishPkg.dec @@ -17,7 +17,6 @@ Include
[Includes.Common.Private]
- PrivateInclude # Private header files for C RTL.
PrivateInclude/Crt # Private header files for C RTL.
Library/JsonLib # Private header files for jansson
# configuration files.
|