From d19f7312be61115f5c22af4359a11c8ca2bd201d Mon Sep 17 00:00:00 2001 From: James Sedgwick Date: Thu, 11 May 2017 19:50:27 -0700 Subject: [PATCH] include folly/portability/OpenSSL.h instead of openssl/*.h Summary: suggested by internal linter Reviewed By: Orvid Differential Revision: D4958232 fbshipit-source-id: 69c67d80be092db17703d672524124ca5ef7ba32 --- folly/io/async/ssl/SSLErrors.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/folly/io/async/ssl/SSLErrors.cpp b/folly/io/async/ssl/SSLErrors.cpp index b4456574..0a184c49 100644 --- a/folly/io/async/ssl/SSLErrors.cpp +++ b/folly/io/async/ssl/SSLErrors.cpp @@ -16,8 +16,7 @@ #include #include -#include -#include +#include using namespace folly; -- 2.34.1