summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei
diff options
context:
space:
mode:
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2007-08-17 21:04:00 +0000
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2007-08-17 21:04:00 +0000
commit2d85ada2ec519c27d445510afd97e3fc40899ac0 (patch)
tree8db5ef4ea338758f98a0b926985bf415980a0ebd /MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei
parent471808283e4b87e9bafbb6a7d3b054e31bd3fe25 (diff)
downloadedk2-platforms-2d85ada2ec519c27d445510afd97e3fc40899ac0.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@3672 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei')
-rw-r--r--MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PciCfg2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PciCfg2.c b/MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PciCfg2.c
index 3542bdd646..9e478eb879 100644
--- a/MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PciCfg2.c
+++ b/MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PciCfg2.c
@@ -20,7 +20,7 @@
#include <Library/PciLib.h>
#include <Library/PeimEntryPoint.h>
-#include <IndustryStandard\Pci.h>
+#include <IndustryStandard/Pci.h>
/**
Convert EFI_PEI_PCI_CFG_PPI_PCI_ADDRESS to PCI_LIB_ADDRESS.