commit | 6fd941fe4b082433ba100215669003c04557ed23 | [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 16:56:47 2018 +0300 |
tree | 3c1bdcf8ed7c6882d1c9674aa8456841b55bc88f | |
parent | 8266acacc8d6e1c65fba9a048f56339d0827b2fe [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 9d9c529..624cc64 100644 --- a/include/mbedtls/platform.h +++ b/include/mbedtls/platform.h
@@ -40,7 +40,7 @@ #endif #if defined(MBEDTLS_HAVE_TIME) -#include "mbedtls/platform_time.h" +#include "platform_time.h" #endif #ifdef __cplusplus