diff options
author | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-08-17 21:01:20 +0000 |
---|---|---|
committer | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-08-17 21:01:20 +0000 |
commit | 471808283e4b87e9bafbb6a7d3b054e31bd3fe25 (patch) | |
tree | 9d8361babb91e18feb5a3b64de032bd666ca5058 /IntelFrameworkModulePkg | |
parent | 8df425cb512a572c6589e4fef7942987b9532373 (diff) | |
download | edk2-platforms-471808283e4b87e9bafbb6a7d3b054e31bd3fe25.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@3671 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg')
-rw-r--r-- | IntelFrameworkModulePkg/Universal/PcatSingleSegmentPciCfgPei/PciCfgInternal.h | 2 |
1 files changed, 1 insertions, 1 deletions
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>
/**
|