commit | 6fd941fe4b082433ba100215669003c04557ed23 | [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 16:56:47 2018 +0300 |
tree | 3c1bdcf8ed7c6882d1c9674aa8456841b55bc88f | |
parent | 8266acacc8d6e1c65fba9a048f56339d0827b2fe [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 913c05f..a4fd552 100644 --- a/include/mbedtls/cmac.h +++ b/include/mbedtls/cmac.h
@@ -28,7 +28,7 @@ #ifndef MBEDTLS_CMAC_H #define MBEDTLS_CMAC_H -#include "mbedtls/cipher.h" +#include "cipher.h" #ifdef __cplusplus extern "C" {