diff options
Diffstat (limited to 'bl31/context_mgmt.c')
-rw-r--r-- | bl31/context_mgmt.c | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/bl31/context_mgmt.c b/bl31/context_mgmt.c index 09b3bb8bb..8d1396e2e 100644 --- a/bl31/context_mgmt.c +++ b/bl31/context_mgmt.c @@ -28,15 +28,13 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include <stdio.h> -#include <errno.h> -#include <string.h> -#include <assert.h> #include <arch_helpers.h> -#include <platform.h> +#include <assert.h> #include <bl_common.h> -#include <runtime_svc.h> +#include <context.h> #include <context_mgmt.h> +#include <platform.h> +#include <runtime_svc.h> /******************************************************************************* * Data structure which holds the pointers to non-secure and secure security |