diff options
Diffstat (limited to 'common/aarch64/early_exceptions.S')
-rw-r--r-- | common/aarch64/early_exceptions.S | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/common/aarch64/early_exceptions.S b/common/aarch64/early_exceptions.S index 41bff97f..90f5421b 100644 --- a/common/aarch64/early_exceptions.S +++ b/common/aarch64/early_exceptions.S @@ -28,11 +28,8 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include <arch.h> -#include <bl_common.h> -#include <platform.h> -#include <runtime_svc.h> #include <asm_macros.S> +#include <runtime_svc.h> .globl early_exceptions |