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/ssl.h b/include/mbedtls/ssl.h index 4513550..a96509e 100644 --- a/include/mbedtls/ssl.h +++ b/include/mbedtls/ssl.h
@@ -62,7 +62,7 @@ #endif #if defined(MBEDTLS_HAVE_TIME) -#include "mbedtls/platform_time.h" +#include "platform_time.h" #endif /*