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/cmac.h b/include/mbedtls/cmac.h index 628c9da..24839a2 100644 --- a/include/mbedtls/cmac.h +++ b/include/mbedtls/cmac.h
@@ -26,7 +26,7 @@ #ifndef MBEDTLS_CMAC_H #define MBEDTLS_CMAC_H -#include "mbedtls/cipher.h" +#include "cipher.h" #ifdef __cplusplus extern "C" {