From 023eb4f8ff4df08cdd1d7b5f78a99dba7b457471 Mon Sep 17 00:00:00 2001 From: James Sedgwick Date: Mon, 8 Jun 2015 13:02:55 -0700 Subject: [PATCH] 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 --- folly/io/async/AsyncSocket.cpp | 1 - 1 file changed, 1 deletion(-) 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 -- 2.34.1