arm-trusted-firmware/include/drivers/auth
Masahiro Yamada 948a0c0d3c mbedtls: use #include <...> instead of "..."
The #include "mbedtls/check_config.h" directive first searches for
the header in the relative path to mbedtls_config.h, i.e.
include/drivers/auth/mbedtls/mbedtls/check_config.h

Obviously, it does not exist since check_config.h is located in
the mbedtls project.

It is more sensible to use #include <...> form.

Change-Id: If72a71381f84e7748a2c9f07dd1176559d9bb1d2
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
2019-09-04 15:35:42 +09:00
..
mbedtls mbedtls: use #include <...> instead of "..." 2019-09-04 15:35:42 +09:00
auth_common.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
auth_mod.h Fix type of cot_desc_ptr 2019-06-13 12:53:17 +02:00
crypto_mod.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
img_parser_mod.h Sanitise includes across codebase 2019-01-04 10:43:17 +00:00