diff --git a/library/x509.c b/library/x509.c index bf45d5b8f..7ddeb2f37 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 31e3bc43d..ec5469b8b 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