From 35e98e5588d09145f7d0d4d98624f6b75321a187 Mon Sep 17 00:00:00 2001 From: Dan Handley Date: Wed, 9 Apr 2014 13:13:04 +0100 Subject: Make use of user/system includes more consistent Make codebase consistent in its use of #include "" syntax for user includes and #include <> syntax for system includes. Fixes ARM-software/tf-issues#65 Change-Id: If2f7c4885173b1fd05ac2cde5f1c8a07000c7a33 --- bl31/aarch64/runtime_exceptions.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bl31/aarch64/runtime_exceptions.S') diff --git a/bl31/aarch64/runtime_exceptions.S b/bl31/aarch64/runtime_exceptions.S index d00c1d7b5..b89a76897 100644 --- a/bl31/aarch64/runtime_exceptions.S +++ b/bl31/aarch64/runtime_exceptions.S @@ -32,8 +32,8 @@ #include #include #include -#include "asm_macros.S" -#include "cm_macros.S" +#include +#include .globl runtime_exceptions .globl el3_exit -- cgit v1.2.3