From: James Sedgwick Date: Mon, 8 Jun 2015 20:02:55 +0000 (-0700) Subject: remove Singleton from io/async deps X-Git-Tag: v0.45.0~7 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=023eb4f8ff4df08cdd1d7b5f78a99dba7b457471;p=folly.git remove Singleton from io/async deps 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 --- diff --git a/folly/io/async/AsyncSocket.cpp b/folly/io/async/AsyncSocket.cpp index 35d29c39..5436daa1 100644 --- a/folly/io/async/AsyncSocket.cpp +++ b/folly/io/async/AsyncSocket.cpp @@ -18,7 +18,6 @@ #include #include -#include #include #include