projects
/
folly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64f036b
)
remove Singleton from io/async deps
author
James Sedgwick
<jsedgwick@fb.com>
Mon, 8 Jun 2015 20:02:55 +0000
(13:02 -0700)
committer
Sara Golemon
<sgolemon@fb.com>
Tue, 9 Jun 2015 20:21:23 +0000
(13:21 -0700)
Summary: unused, caused circular dep issues
Test Plan: compiles
Reviewed By: mzlee@fb.com
Subscribers: subodh, folly-diffs@, yfeldblum, chalfant
FB internal diff:
D2135780
Signature: t1:
2135780
:
1433786607
:
015cfa9bb14472f55f80467f2cfeb7426be9f7ea
folly/io/async/AsyncSocket.cpp
patch
|
blob
|
history
diff --git
a/folly/io/async/AsyncSocket.cpp
b/folly/io/async/AsyncSocket.cpp
index 35d29c39a4e15fb7928a09a37e16bfb8a0636784..5436daa1af905e7b72240cd18f2c1b3ddb305536 100644
(file)
--- a/
folly/io/async/AsyncSocket.cpp
+++ b/
folly/io/async/AsyncSocket.cpp
@@
-18,7
+18,6
@@
#include <folly/io/async/EventBase.h>
#include <folly/io/async/EventHandler.h>
-#include <folly/Singleton.h>
#include <folly/SocketAddress.h>
#include <folly/io/IOBuf.h>