remove Singleton from io/async deps
authorJames Sedgwick <jsedgwick@fb.com>
Mon, 8 Jun 2015 20:02:55 +0000 (13:02 -0700)
committerSara 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

index 35d29c39a4e15fb7928a09a37e16bfb8a0636784..5436daa1af905e7b72240cd18f2c1b3ddb305536 100644 (file)
@@ -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>