commit | df9b93e768d8fad000c1a2fa342eaa2735d00216 | [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:23:16 2018 +0300 |
tree | b11f1f85b6cac811699f9e52084bcf7105ff965a | |
parent | 88e414f4b7e6d7588c9235e259331c1844ac8a63 [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/platform.h b/include/mbedtls/platform.h index 2e21f03..7c2835b 100644 --- a/include/mbedtls/platform.h +++ b/include/mbedtls/platform.h
@@ -31,7 +31,7 @@ #endif #if defined(MBEDTLS_HAVE_TIME) -#include "mbedtls/platform_time.h" +#include "platform_time.h" #endif #ifdef __cplusplus