commit | 64b0c9a72ebce228455d0014e614a9b6f6cb1ea8 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Sep 04 14:09:07 2019 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Sep 04 15:35:42 2019 +0900 |
tree | e1019060650966a0ed206f2f62dbd3bf8f0fd94b | |
parent | cc077d90171eacf9eee457c222382f5fdfeb7253 [diff] |
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>