]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Use <> in #include statements instead of "" for include files from packages
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 17 Aug 2007 21:01:20 +0000 (21:01 +0000)
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 17 Aug 2007 21:01:20 +0000 (21:01 +0000)
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

IntelFrameworkModulePkg/Universal/PcatSingleSegmentPciCfgPei/PciCfgInternal.h

index fed8f7277ca8de70ac71fbd92ac7536bc3205cf7..7326a1b81d4a247d25caf3a8b0dcf15136697990 100644 (file)
@@ -26,7 +26,7 @@
 #include <Library/PciLib.h>\r
 #include <Library/PeimEntryPoint.h>\r
 \r
-#include <IndustryStandard\Pci.h>\r
+#include <IndustryStandard/Pci.h>\r
 \r
 \r
 /**\r