commit | 2c8a7ec0dd636ca1058f4bee9990e3c2e32bb196 | [log] [tgz] |
---|---|---|
author | Ron Eldor <Ron.Eldor@arm.com> | Sun May 14 16:17:33 2017 +0300 |
committer | Ron Eldor <Ron.Eldor@arm.com> | Sun Jun 24 17:20:40 2018 +0300 |
tree | 124352393bf478872d7bf6e2b7abcb6a2ad70319 | |
parent | b9197bffd0c6900dcbe9f8b5ae1825785cd481de [diff] [blame] |
Remove unneeded namesapcing in header files Remove the `mbedtls` namesapcing in the `#include` in header files Resolves issue #857
diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index 9689643..f9ae71e 100644 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h
@@ -2528,7 +2528,7 @@ /* \} name SECTION: Module configuration options */ #if defined(TARGET_LIKE_MBED) -#include "mbedtls/target_config.h" +#include "target_config.h" #endif /*