Remove /* foo.c */ comments
[oweals/openssl.git] / crypto / async / arch / async_win.h
index 77e41e405b9e8486465ae845030ea8b2b9f0b085..d2054bf665c1ffc778adce7a08235e33e167018f 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/async/arch/async_win.h */
 /*
  * Written by Matt Caswell (matt@openssl.org) for the OpenSSL project.
  */
  * ====================================================================
  */
 
-#include <openssl/async.h>
-
 /*
  * This is the same detection used in cryptlib to set up the thread local
  * storage that we depend on, so just copy that
  */
-#if defined(_WIN32) || defined(__CYGWIN__)
+#if defined(_WIN32)
+#include <openssl/async.h>
 # define ASYNC_WIN
 # define ASYNC_ARCH