Added a for_each function to iterate through ranges
[folly.git] / folly / ssl / OpenSSLVersionFinder.h
index d826e7067bd058be1d6249a7ceb32ff59f2203c3..19914f97103726d105694db9b8f097c6271d4230 100644 (file)
@@ -18,9 +18,6 @@
 #include <folly/Conv.h>
 #include <folly/portability/OpenSSL.h>
 
-#include <openssl/crypto.h>
-#include <openssl/opensslv.h>
-
 // This is used to find the OpenSSL version at runtime. Just returning
 // OPENSSL_VERSION_NUMBER is insufficient as runtime version may be different
 // from the compile-time version