From 7cbe1318d888081a4bf24ca6a14f4fd2aabacadf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Mon, 26 Jan 2015 15:16:40 +0000 Subject: [PATCH] Fix more stdio inclusion issues --- library/x509.c | 3 --- library/x509_crt.c | 3 --- 2 files changed, 6 deletions(-) diff --git a/library/x509.c b/library/x509.c index bf45d5b8f1..7ddeb2f376 100644 --- a/library/x509.c +++ b/library/x509.c @@ -61,12 +61,9 @@ #include #endif -#if defined(EFIX64) || defined(EFI32) #include -#endif #if defined(POLARSSL_FS_IO) -#include #if !defined(_WIN32) #include #include diff --git a/library/x509_crt.c b/library/x509_crt.c index 31e3bc43d0..ec5469b8be 100644 --- a/library/x509_crt.c +++ b/library/x509_crt.c @@ -63,12 +63,9 @@ #include #endif -#if defined(EFIX64) || defined(EFI32) #include -#endif #if defined(POLARSSL_FS_IO) -#include #if !defined(_WIN32) || defined(EFIX64) || defined(EFI32) #include #include