include/openssl: don't include <windows.h> in public headers.
[openssl.git] / crypto / async / arch / async_null.c
index a9ae35de45b04d1dfc7a7e40066b51b6fe8733d9..3eaf170f2e50770b67aef92c00c33f24409f714e 100644 (file)
@@ -11,9 +11,6 @@
 #include "../async_locl.h"
 
 #ifdef ASYNC_NULL
-# include <openssl/ct.h>
-# include <openssl/x509v3.h>
-
 int ASYNC_is_capable(void)
 {
     return 0;
@@ -22,6 +19,5 @@ int ASYNC_is_capable(void)
 void async_local_cleanup(void)
 {
 }
-
 #endif