From b687d1918409dd9683ee8170b84f2b61bec1666a Mon Sep 17 00:00:00 2001 From: qhuang8 Date: Fri, 31 Oct 2008 04:33:14 +0000 Subject: [PATCH] Use #include 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 --- MdePkg/Library/BaseLib/Ipf/FlushCacheRange.s | 3 +-- 1 file changed, 1 insertion(+), 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 // // Invalidates a range of instruction cache lines in the cache coherency domain -- 2.39.2