From a5b8a503b0367df0f0c7095e381e28202a6dc236 Mon Sep 17 00:00:00 2001 From: mdkinney Date: Fri, 17 Aug 2007 21:04:53 +0000 Subject: Use <> in #include statements instead of "" for include files from packages Use '/' instead of '\' for all file references Remove redundant use of $(WORKSPACE) from DSC, FDF, INF, and DEC files git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3674 6f19259b-4bc3-4df7-8a09-765794883524 --- Nt32Pkg/PlatformBdsDxe/BdsPlatform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Nt32Pkg/PlatformBdsDxe') diff --git a/Nt32Pkg/PlatformBdsDxe/BdsPlatform.h b/Nt32Pkg/PlatformBdsDxe/BdsPlatform.h index f8d190f3e6..33e4e73970 100644 --- a/Nt32Pkg/PlatformBdsDxe/BdsPlatform.h +++ b/Nt32Pkg/PlatformBdsDxe/BdsPlatform.h @@ -26,7 +26,7 @@ Abstract: extern UINT8 PlatformBdsStrings[]; -#include "IndustryStandard/Pci22.h" +#include extern BDS_CONSOLE_CONNECT_ENTRY gPlatformConsole[]; extern EFI_DEVICE_PATH_PROTOCOL *gPlatformConnectSequence[]; -- cgit v1.2.3