mirror of https://github.com/acidanthera/audk.git
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:
parent
23665a11bc
commit
c64223e3f1
|
@ -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 };
|
||||
|
|
Loading…
Reference in New Issue