summaryrefslogtreecommitdiff
path: root/Nt32Pkg/PlatformBdsDxe
diff options
context:
space:
mode:
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2007-08-17 21:04:53 +0000
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2007-08-17 21:04:53 +0000
commita5b8a503b0367df0f0c7095e381e28202a6dc236 (patch)
treefb6acfd24ea8bb2db763968571bed4cc760a9473 /Nt32Pkg/PlatformBdsDxe
parent46817e4eb2bb93a169d0f6e1baf4be52d21b38a5 (diff)
downloadedk2-platforms-a5b8a503b0367df0f0c7095e381e28202a6dc236.tar.xz
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
Diffstat (limited to 'Nt32Pkg/PlatformBdsDxe')
-rw-r--r--Nt32Pkg/PlatformBdsDxe/BdsPlatform.h2
1 files changed, 1 insertions, 1 deletions
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 <IndustryStandard/Pci22.h>
extern BDS_CONSOLE_CONNECT_ENTRY gPlatformConsole[];
extern EFI_DEVICE_PATH_PROTOCOL *gPlatformConnectSequence[];