Remove unneeded namesapcing in header files
Remove the `mbedtls` namesapcing in the `#include` in header files Resolves issue #857
This commit is contained in:
parent
8266acacc8
commit
6fd941fe4b
12 changed files with 18 additions and 12 deletions
|
@ -62,7 +62,7 @@
|
|||
#endif
|
||||
|
||||
#if defined(MBEDTLS_HAVE_TIME)
|
||||
#include "mbedtls/platform_time.h"
|
||||
#include "platform_time.h"
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue