From 7191014ded8b1b6f5dffff9628f371288127e316 Mon Sep 17 00:00:00 2001 From: Ranjeeth Dasineni Date: Thu, 5 Feb 2015 22:15:05 -0800 Subject: [PATCH] remove stray / in include path Summary: removing // as it could break some comment parser Test Plan: unitz Reviewed By: dancol@fb.com Subscribers: trunkagent, doug, seanc, folly-diffs@, yfeldblum FB internal diff: D1830591 Signature: t1:1830591:1423203436:9e8b28b714eb2dc080462ab3e8ce04c176df8586 --- folly/io/async/AsyncSSLSocket.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/folly/io/async/AsyncSSLSocket.cpp b/folly/io/async/AsyncSSLSocket.cpp index fd1d9a9e..5ecde2f7 100644 --- a/folly/io/async/AsyncSSLSocket.cpp +++ b/folly/io/async/AsyncSSLSocket.cpp @@ -14,7 +14,7 @@ * limitations under the License. */ -#include +#include #include -- 2.34.1