summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/C/GenFv/GenFvInternalLib.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2023-05-24 22:05:53 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2023-06-01 10:53:35 +0000
commit6a07d9cacfb875e1853743af3194c04a5f6a8b21 (patch)
treef4104a9a40266ff27d9a6514c5bcdc926d92ea5b /BaseTools/Source/C/GenFv/GenFvInternalLib.c
parent140e4422b16482f0bcafdc20d42141434d450450 (diff)
downloadedk2-6a07d9cacfb875e1853743af3194c04a5f6a8b21.tar.gz
edk2-6a07d9cacfb875e1853743af3194c04a5f6a8b21.tar.bz2
edk2-6a07d9cacfb875e1853743af3194c04a5f6a8b21.zip
BaseTools: remove WinNtInclude.h
Appears to be a relic for ancient windows / compiler versions, windows builds in CI work just fine without it. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn> Reviewed-by: Rebecca Cran <rebecca@bsdio.com>
Diffstat (limited to 'BaseTools/Source/C/GenFv/GenFvInternalLib.c')
-rw-r--r--BaseTools/Source/C/GenFv/GenFvInternalLib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/BaseTools/Source/C/GenFv/GenFvInternalLib.c b/BaseTools/Source/C/GenFv/GenFvInternalLib.c
index 2df7182f8b..c8d5cac8e2 100644
--- a/BaseTools/Source/C/GenFv/GenFvInternalLib.c
+++ b/BaseTools/Source/C/GenFv/GenFvInternalLib.c
@@ -25,7 +25,6 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
#include <Guid/FfsSectionAlignmentPadding.h>
-#include "WinNtInclude.h"
#include "GenFvInternalLib.h"
#include "FvLib.h"
#include "PeCoffLib.h"