diff options
author | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-08-17 21:04:27 +0000 |
---|---|---|
committer | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-08-17 21:04:27 +0000 |
commit | 46817e4eb2bb93a169d0f6e1baf4be52d21b38a5 (patch) | |
tree | dc10d2611ef6052de78b6aef374c3c6d7769f80a /MdePkg/Library/BaseLib | |
parent | 2d85ada2ec519c27d445510afd97e3fc40899ac0 (diff) | |
download | edk2-platforms-46817e4eb2bb93a169d0f6e1baf4be52d21b38a5.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@3673 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BaseLib')
-rw-r--r-- | MdePkg/Library/BaseLib/CpuDeadLoop.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <Base.h>
-#include <Library\BaseLib.h>
+#include <Library/BaseLib.h>
/**
Executes an infinite loop.
|