diff options
author | Antonio Nino Diaz <antonio.ninodiaz@arm.com> | 2018-08-16 16:52:57 +0100 |
---|---|---|
committer | Antonio Nino Diaz <antonio.ninodiaz@arm.com> | 2018-08-22 10:26:05 +0100 |
commit | 93c78ed231a6ea30f1c30ecbbb0f245fa9d75075 (patch) | |
tree | 35c3e08ad22a78f0caa552cb266ae6bb45ec53ce /include/common/bl_common.h | |
parent | 2fb88cb2e9050d4cda97f8de1e8f000a28599869 (diff) | |
download | platform_external_arm-trusted-firmware-93c78ed231a6ea30f1c30ecbbb0f245fa9d75075.tar.gz platform_external_arm-trusted-firmware-93c78ed231a6ea30f1c30ecbbb0f245fa9d75075.tar.bz2 platform_external_arm-trusted-firmware-93c78ed231a6ea30f1c30ecbbb0f245fa9d75075.zip |
libc: Fix all includes in codebase
The codebase was using non-standard headers. It is needed to replace
them by the correct ones so that we can use the new libc headers.
Change-Id: I530f71d9510cb036e69fe79823c8230afe890b9d
Acked-by: Sumit Garg <sumit.garg@linaro.org>
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
Diffstat (limited to 'include/common/bl_common.h')
-rw-r--r-- | include/common/bl_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/common/bl_common.h b/include/common/bl_common.h index f64e6aee6..6478f12fc 100644 --- a/include/common/bl_common.h +++ b/include/common/bl_common.h @@ -61,7 +61,6 @@ #include <cassert.h> #include <stddef.h> #include <stdint.h> -#include <types.h> #include <utils_def.h> /* To retain compatibility */ |