commit | df9b93e768d8fad000c1a2fa342eaa2735d00216 | [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:23:16 2018 +0300 |
tree | b11f1f85b6cac811699f9e52084bcf7105ff965a | |
parent | 88e414f4b7e6d7588c9235e259331c1844ac8a63 [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 e0821cf..2608de8 100644 --- a/include/mbedtls/hmac_drbg.h +++ b/include/mbedtls/hmac_drbg.h
@@ -27,7 +27,7 @@ #include "md.h" #if defined(MBEDTLS_THREADING_C) -#include "mbedtls/threading.h" +#include "threading.h" #endif /*