Re: [edk2-devel] [PATCH v4 00/10] BaseTools: remove duplicate includes.

2023-04-14 Thread Rebecca Cran
If it passes CI, then for the series: Reviewed-by: Rebecca Cran On 4/14/23 02:02, Gerd Hoffmann wrote: There is alot of code duplication between BaseTools and MdePkg (and also MdeModulePkg). This patch series starts reducing this by removing some header files. BaseTools are switched over t

[edk2-devel] [PATCH v4 00/10] BaseTools: remove duplicate includes.

2023-04-14 Thread Gerd Hoffmann
There is alot of code duplication between BaseTools and MdePkg (and also MdeModulePkg). This patch series starts reducing this by removing some header files. BaseTools are switched over to use the include files in MdePkg instead. It also cleans up some (apparently) obsolete code and adapts BaseT