Use #include "XXX.h" for module internal header files.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6344 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qhuang8 2008-10-31 04:43:59 +00:00
parent 23665a11bc
commit c64223e3f1
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
**/
#include <BaseMemoryTest.h>
#include "BaseMemoryTest.h"
#include <Library/PeiServicesLib.h>
PEI_BASE_MEMORY_TEST_PPI mPeiBaseMemoryTestPpi = { BaseMemoryTest };