Platform: Update the include statements
Change the absolute including into relative path including
for platform sources.
Change-Id: I594577eae7689ea8ac6cb557d5b0b5a048ee9b4d
Signed-off-by: Mingyang Sun <mingyang.sun@arm.com>
diff --git a/platform/ext/common/template/attest_hal.c b/platform/ext/common/template/attest_hal.c
index 87d9736..69bafdd 100644
--- a/platform/ext/common/template/attest_hal.c
+++ b/platform/ext/common/template/attest_hal.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2019, Arm Limited. All rights reserved.
+ * Copyright (c) 2018-2020, Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
@@ -7,9 +7,9 @@
#include <stddef.h>
#include <stdint.h>
-#include "platform/include/tfm_attest_hal.h"
-#include "platform/include/tfm_plat_boot_seed.h"
-#include "platform/include/tfm_plat_device_id.h"
+#include "tfm_attest_hal.h"
+#include "tfm_plat_boot_seed.h"
+#include "tfm_plat_device_id.h"
/*!
* \def BOOT_SEED