Treat OpenSSL as a non-portable include
[folly.git] / folly / ssl / OpenSSLHash.h
index 5d11e3b7180ad7a7998e77fe189806555181bab3..baf9ec7f56681c85b71a675c474b36fe038a8b1a 100644 (file)
 
 #pragma once
 
-#include <folly/io/async/ssl/OpenSSLPtrTypes.h>
-#include <folly/portability/OpenSSL.h>
-#include <openssl/evp.h>
-#include <openssl/hmac.h>
-#include <openssl/sha.h>
-
 #include <folly/Range.h>
 #include <folly/io/IOBuf.h>
+#include <folly/io/async/ssl/OpenSSLPtrTypes.h>
+#include <folly/portability/OpenSSL.h>
 
 namespace folly {
 namespace ssl {