diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-31 04:32:02 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-31 04:32:02 +0000 |
commit | 47fc17d8a96970bc36dd7b9d4567c2c2ac102c78 (patch) | |
tree | 9de1562dd433cf86283034100bc2728e680e7a0e /MdePkg/Library/BaseLib/X64 | |
parent | a0f1b047fa1f42559486f7112c504812e3f0adfc (diff) | |
download | edk2-platforms-47fc17d8a96970bc36dd7b9d4567c2c2ac102c78.tar.xz |
Use #include "XXX.h" for module internal header files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6330 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BaseLib/X64')
-rw-r--r-- | MdePkg/Library/BaseLib/X64/Thunk16.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseLib/X64/Thunk16.asm b/MdePkg/Library/BaseLib/X64/Thunk16.asm index 1ba4022ed4..2ee40c2fe4 100644 --- a/MdePkg/Library/BaseLib/X64/Thunk16.asm +++ b/MdePkg/Library/BaseLib/X64/Thunk16.asm @@ -1,5 +1,5 @@ -#include <BaseLibInternals.h>
+#include "BaseLibInternals.h"
;------------------------------------------------------------------------------
;
|