Remove unneeded namesapcing in header files

Remove the `mbedtls` namesapcing in the `#include` in header files
Resolves issue #857
This commit is contained in:
Ron Eldor 2017-05-14 16:17:33 +03:00
parent 8266acacc8
commit 6fd941fe4b
12 changed files with 18 additions and 12 deletions

View file

@ -62,7 +62,7 @@
#endif
#if defined(MBEDTLS_HAVE_TIME)
#include "mbedtls/platform_time.h"
#include "platform_time.h"
#endif
/*