From 471808283e4b87e9bafbb6a7d3b054e31bd3fe25 Mon Sep 17 00:00:00 2001 From: mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> Date: Fri, 17 Aug 2007 21:01:20 +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@3671 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Universal/PcatSingleSegmentPciCfgPei/PciCfgInternal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IntelFrameworkModulePkg/Universal/PcatSingleSegmentPciCfgPei/PciCfgInternal.h b/IntelFrameworkModulePkg/Universal/PcatSingleSegmentPciCfgPei/PciCfgInternal.h index fed8f7277c..7326a1b81d 100644 --- a/IntelFrameworkModulePkg/Universal/PcatSingleSegmentPciCfgPei/PciCfgInternal.h +++ b/IntelFrameworkModulePkg/Universal/PcatSingleSegmentPciCfgPei/PciCfgInternal.h @@ -26,7 +26,7 @@ #include <Library/PciLib.h> #include <Library/PeimEntryPoint.h> -#include <IndustryStandard\Pci.h> +#include <IndustryStandard/Pci.h> /** -- cgit v1.2.3