mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
Remove not-needed #include
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
33e1f42307
commit
68efcf56ed
|
|
@ -21,8 +21,6 @@
|
||||||
#ifndef PSA_CRYPTO_CORE_H
|
#ifndef PSA_CRYPTO_CORE_H
|
||||||
#define PSA_CRYPTO_CORE_H
|
#define PSA_CRYPTO_CORE_H
|
||||||
|
|
||||||
#include "mbedtls/constant_time.h"
|
|
||||||
|
|
||||||
#include "mbedtls/build_info.h"
|
#include "mbedtls/build_info.h"
|
||||||
|
|
||||||
#include "psa/crypto.h"
|
#include "psa/crypto.h"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue