From 46817e4eb2bb93a169d0f6e1baf4be52d21b38a5 Mon Sep 17 00:00:00 2001 From: mdkinney Date: Fri, 17 Aug 2007 21:04:27 +0000 Subject: [PATCH] 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@3673 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Library/BaseLib/CpuDeadLoop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdePkg/Library/BaseLib/CpuDeadLoop.c b/MdePkg/Library/BaseLib/CpuDeadLoop.c index 5e560986a7..b2014c77af 100644 --- a/MdePkg/Library/BaseLib/CpuDeadLoop.c +++ b/MdePkg/Library/BaseLib/CpuDeadLoop.c @@ -17,7 +17,7 @@ // #include -#include +#include /** Executes an infinite loop. -- 2.39.2