diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-31 04:33:14 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-31 04:33:14 +0000 |
commit | b687d1918409dd9683ee8170b84f2b61bec1666a (patch) | |
tree | d6b448e841337e818b878d14677f4947a124a58c /MdePkg | |
parent | 47fc17d8a96970bc36dd7b9d4567c2c2ac102c78 (diff) | |
download | edk2-platforms-b687d1918409dd9683ee8170b84f2b61bec1666a.tar.xz |
Use #include <XXX.h> for public include files.
Remove commented code.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6331 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r-- | MdePkg/Library/BaseLib/Ipf/FlushCacheRange.s | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/MdePkg/Library/BaseLib/Ipf/FlushCacheRange.s b/MdePkg/Library/BaseLib/Ipf/FlushCacheRange.s index 6e467f0d13..72623f5a27 100644 --- a/MdePkg/Library/BaseLib/Ipf/FlushCacheRange.s +++ b/MdePkg/Library/BaseLib/Ipf/FlushCacheRange.s @@ -19,8 +19,7 @@ //--
.file "IpfCpuCache.s"
-#include "IpfMacro.i"
-//#include "IpfDefines.h"
+#include <IpfMacro.i>
//
// Invalidates a range of instruction cache lines in the cache coherency domain
|