public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch 1/1] RedfishPkg: Remove overlapping private include path in DEC file
@ 2022-12-06  0:44 Michael D Kinney
  2022-12-06  8:23 ` Chang, Abner
  0 siblings, 1 reply; 4+ messages in thread
From: Michael D Kinney @ 2022-12-06  0:44 UTC (permalink / raw)
  To: devel; +Cc: Abner Chang, Nickle Wang, Igor Kulchytskyy

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>
---
 RedfishPkg/RedfishPkg.dec | 1 -
 1 file changed, 1 deletion(-)

diff --git a/RedfishPkg/RedfishPkg.dec b/RedfishPkg/RedfishPkg.dec
index 0aa26883e220..d2b189b13d8c 100644
--- a/RedfishPkg/RedfishPkg.dec
+++ b/RedfishPkg/RedfishPkg.dec
@@ -17,7 +17,6 @@ [Includes]
   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.
-- 
2.37.1.windows.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-12-07  3:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-06  0:44 [Patch 1/1] RedfishPkg: Remove overlapping private include path in DEC file Michael D Kinney
2022-12-06  8:23 ` Chang, Abner
2022-12-06 14:32   ` Igor Kulchytskyy
2022-12-07  3:05     ` [edk2-devel] " Nickle Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox