Service: Update the include statements

Change the absolute including into relative including
for partition service sources.

Change-Id: I1cc2057e5965046242a9b70e01e937243cacfc7e
Signed-off-by: Mingyang Sun <mingyang.sun@arm.com>
diff --git a/secure_fw/partitions/initial_attestation/tfm_attestation.c b/secure_fw/partitions/initial_attestation/tfm_attestation.c
index cf28baa..0ac143a 100644
--- a/secure_fw/partitions/initial_attestation/tfm_attestation.c
+++ b/secure_fw/partitions/initial_attestation/tfm_attestation.c
@@ -9,7 +9,7 @@
 #include "tfm_secure_api.h"
 #include "attestation.h"
 #include "psa/initial_attestation.h"
-#include "bl2/include/tfm_boot_status.h"
+#include "tfm_boot_status.h"
 
 #ifdef TFM_PSA_API
 extern int32_t g_attest_caller_id;