diff options
Diffstat (limited to 'include/bl31/context.h')
-rw-r--r-- | include/bl31/context.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/bl31/context.h b/include/bl31/context.h index c7eda7df..989b2e6a 100644 --- a/include/bl31/context.h +++ b/include/bl31/context.h @@ -31,9 +31,6 @@ #ifndef __CONTEXT_H__ #define __CONTEXT_H__ -#include <arch.h> -#include <cassert.h> - /******************************************************************************* * Constants that allow assembler code to access members of and the 'gp_regs' * structure at their correct offsets. @@ -171,6 +168,9 @@ #ifndef __ASSEMBLY__ +#include <cassert.h> +#include <stdint.h> + /* * Common constants to help define the 'cpu_context' structure and its * members below. |