mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-27 03:25:55 +00:00
Remove redundant config.h includes definitions
common.h already includes config.h, so a a file uses common.h it no longer requires the definition/inclusion of config.h Signed-off-by: Joe Subbiani <joe.subbiani@arm.com>
This commit is contained in:
parent
a724ef9d11
commit
4446e82146
|
@ -18,12 +18,6 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(MBEDTLS_CONFIG_FILE)
|
|
||||||
#include MBEDTLS_CONFIG_FILE
|
|
||||||
#else
|
|
||||||
#include "mbedtls/config.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(MBEDTLS_PSA_CRYPTO_STORAGE_C)
|
#if defined(MBEDTLS_PSA_CRYPTO_STORAGE_C)
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
|
@ -18,12 +18,6 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(MBEDTLS_CONFIG_FILE)
|
|
||||||
#include MBEDTLS_CONFIG_FILE
|
|
||||||
#else
|
|
||||||
#include "mbedtls/config.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(MBEDTLS_PSA_ITS_FILE_C)
|
#if defined(MBEDTLS_PSA_ITS_FILE_C)
|
||||||
|
|
||||||
#if defined(MBEDTLS_PLATFORM_C)
|
#if defined(MBEDTLS_PLATFORM_C)
|
||||||
|
|
Loading…
Reference in a new issue