summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/C/GenFw/GenFw.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/GenFw/GenFw.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/GenFw/GenFw.c')
-rw-r--r--BaseTools/Source/C/GenFw/GenFw.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/BaseTools/Source/C/GenFw/GenFw.c b/BaseTools/Source/C/GenFw/GenFw.c
index d0e52ccc26..80ee73a803 100644
--- a/BaseTools/Source/C/GenFw/GenFw.c
+++ b/BaseTools/Source/C/GenFw/GenFw.c
@@ -6,8 +6,6 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
**/
-#include "WinNtInclude.h"
-
#ifndef __GNUC__
#include <windows.h>
#include <io.h>