projects
/
folly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8bc421
)
remove stray / in include path
author
Ranjeeth Dasineni
<ranjeeth@fb.com>
Fri, 6 Feb 2015 06:15:05 +0000
(22:15 -0800)
committer
Sara Golemon
<sgolemon@fb.com>
Wed, 11 Feb 2015 02:02:00 +0000
(18:02 -0800)
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
patch
|
blob
|
history
diff --git
a/folly/io/async/AsyncSSLSocket.cpp
b/folly/io/async/AsyncSSLSocket.cpp
index fd1d9a9e1fb76651d7548df79d125c2ff806c2f1..5ecde2f79221f03ab685265670ef3b470c955336 100644
(file)
--- a/
folly/io/async/AsyncSSLSocket.cpp
+++ b/
folly/io/async/AsyncSSLSocket.cpp
@@
-14,7
+14,7
@@
* limitations under the License.
*/
-#include <folly/io/
/
async/AsyncSSLSocket.h>
+#include <folly/io/async/AsyncSSLSocket.h>
#include <folly/io/async/EventBase.h>