commit | 2c8a7ec0dd636ca1058f4bee9990e3c2e32bb196 | [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:20:40 2018 +0300 |
tree | 124352393bf478872d7bf6e2b7abcb6a2ad70319 | |
parent | b9197bffd0c6900dcbe9f8b5ae1825785cd481de [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/hmac_drbg.h b/include/mbedtls/hmac_drbg.h index e010558..e3e1942 100644 --- a/include/mbedtls/hmac_drbg.h +++ b/include/mbedtls/hmac_drbg.h
@@ -26,7 +26,7 @@ #include "md.h" #if defined(MBEDTLS_THREADING_C) -#include "mbedtls/threading.h" +#include "threading.h" #endif /*