App: remove the uncessary cmsis.h include
This patch removes the cmsis.h include in app.
The cmsis.h is not necessary in app.
Change-Id: Ibf6ccfd8de13e26e24caec0a5514dc9752637405
Signed-off-by: Kevin Peng <kevin.peng@arm.com>
diff --git a/app/main_ns.c b/app/main_ns.c
index e4bf5d6..0205b1b 100644
--- a/app/main_ns.c
+++ b/app/main_ns.c
@@ -9,7 +9,6 @@
#include <string.h>
#include <stdbool.h>
-#include "cmsis.h"
#include "tfm_api.h"
#include "cmsis_os2.h"
#include "tfm_integ_test.h"
diff --git a/app/os_wrapper_rtx.c b/app/os_wrapper_rtx.c
index b30d29b..0952b2c 100644
--- a/app/os_wrapper_rtx.c
+++ b/app/os_wrapper_rtx.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017-2018, Arm Limited. All rights reserved.
+ * Copyright (c) 2017-2019, Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
@@ -8,7 +8,6 @@
#include "test/suites/sst/non_secure/os_wrapper.h"
#include <string.h>
-#include "cmsis.h"
#include "cmsis_os2.h"
/* This is an example OS abstraction layer rtx RTOS for non-secure test
diff --git a/app/tfm_integ_test.c b/app/tfm_integ_test.c
index b2777da..cd33b76 100644
--- a/app/tfm_integ_test.c
+++ b/app/tfm_integ_test.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017 - 2018, Arm Limited. All rights reserved.
+ * Copyright (c) 2017 - 2019, Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
@@ -10,7 +10,6 @@
#include <string.h>
#include <stdbool.h>
-#include "cmsis.h"
#include "tfm_api.h"
#include "cmsis_os2.h"
#include "tfm_nspm_api.h"