remove redundant include

Remove redunadnat include for platform.h which was acciddently pushed,
for debugging purposes
This commit is contained in:
Ron Eldor 2017-09-05 14:29:20 +03:00
parent b68733bf62
commit 7268ca9500

View File

@ -37,7 +37,6 @@
#include "mbedtls/asn1write.h"
#include <string.h>
#include "mbedtls/platform.h"
#if defined(MBEDTLS_ECDSA_DETERMINISTIC)
#include "mbedtls/hmac_drbg.h"
#endif