diff options
author | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-11-01 23:31:02 +0000 |
---|---|---|
committer | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-11-01 23:31:02 +0000 |
commit | 793275a85867b5558c897b4ae8ebab6381335ca4 (patch) | |
tree | 87a23b59601bbeb3673606b28b5214406ecf27f4 /ArmPlatformPkg/Sec | |
parent | a79803d7f90940f3ee2cec346260edb8c058bea6 (diff) | |
download | edk2-platforms-793275a85867b5558c897b4ae8ebab6381335ca4.tar.xz |
ArmPlatformPkg: Coding style (minor changes)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12625 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPlatformPkg/Sec')
-rw-r--r-- | ArmPlatformPkg/Sec/Exception.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ArmPlatformPkg/Sec/Exception.S b/ArmPlatformPkg/Sec/Exception.S index bdcdeff741..14e1fa8c1d 100644 --- a/ArmPlatformPkg/Sec/Exception.S +++ b/ArmPlatformPkg/Sec/Exception.S @@ -12,8 +12,8 @@ # #include <AsmMacroIoLib.h> -#include <Base.h> #include <AutoGen.h> +#include "SecInternal.h" .text .align 5 |