mirror of https://github.com/ARMmbed/mbed-os.git
Remove unneeded includes
parent
352bac3b26
commit
7776fea903
|
@ -31,12 +31,6 @@
|
||||||
#include "crypto.h"
|
#include "crypto.h"
|
||||||
#include "crypto_platform_spe.h"
|
#include "crypto_platform_spe.h"
|
||||||
|
|
||||||
#if defined(MBEDTLS_FS_IO)
|
|
||||||
#include <stdio.h>
|
|
||||||
#include <unistd.h>
|
|
||||||
#include <dirent.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define MINOR_VER 1
|
#define MINOR_VER 1
|
||||||
|
|
||||||
psa_status_t psa_crypto_init(void)
|
psa_status_t psa_crypto_init(void)
|
||||||
|
|
Loading…
Reference in New Issue