Core: Update the include statement
Change the absolute including into relative including
for core sources.
Change-Id: Ic5b47c149a3739ad5e79af8231e48dfc68074369
Signed-off-by: Mingyang Sun <mingyang.sun@arm.com>
diff --git a/secure_fw/spm/include/tfm_secure_api.h b/secure_fw/spm/include/tfm_secure_api.h
index 2112ce9..818f55c 100644
--- a/secure_fw/spm/include/tfm_secure_api.h
+++ b/secure_fw/spm/include/tfm_secure_api.h
@@ -16,7 +16,7 @@
#include "tfm_core.h"
#include "tfm_api.h"
#include "tfm_utils.h"
-#include "bl2/include/tfm_boot_status.h"
+#include "tfm_boot_status.h"
#include "psa/service.h"
#ifndef TFM_MULTI_CORE_TOPOLOGY