Treat OpenSSL as a non-portable include
[folly.git] / folly / ssl / OpenSSLCertUtils.cpp
index 238fa689131cb81592ce793fed6dfba0461deee9..79800df88be483a389bc37cadfddc60a6065f729 100644 (file)
  * limitations under the License.
  */
 #include <folly/ssl/OpenSSLCertUtils.h>
-#include <folly/String.h>
-#include <folly/io/async/ssl/OpenSSLPtrTypes.h>
-
-#include <openssl/x509.h>
-#include <openssl/x509v3.h>
 
 #include <folly/ScopeGuard.h>
+#include <folly/String.h>
+#include <folly/io/async/ssl/OpenSSLPtrTypes.h>
 
 namespace folly {
 namespace ssl {