]> git.proxmox.com Git - mirror_edk2.git/commitdiff
RedfishPkg: Remove overlapping private include path in DEC file
authorMichael D Kinney <michael.d.kinney@intel.com>
Mon, 5 Dec 2022 19:49:45 +0000 (11:49 -0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 6 Dec 2022 20:30:58 +0000 (20:30 +0000)
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>
RedfishPkg/RedfishPkg.dec

index 0aa26883e2202860f9da1bc50e25357eef93f551..d2b189b13d8c53af23a7297ae5f7cf89dbf05db9 100644 (file)
@@ -17,7 +17,6 @@
   Include\r
 \r
 [Includes.Common.Private]\r
-  PrivateInclude                # Private header files for C RTL.\r
   PrivateInclude/Crt            # Private header files for C RTL.\r
   Library/JsonLib               # Private header files for jansson\r
                                 # configuration files.\r