From: Sara Golemon Date: Wed, 11 Feb 2015 23:11:14 +0000 (-0800) Subject: Remove unsed header from singleton-inl.h X-Git-Tag: v0.26.0~2 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=01d474dfa5e3e5f9f3c471b3ad0b74be1b04cdbb;p=folly.git Remove unsed header from singleton-inl.h Summary: This was recently added by @andrii to provide stack traces, but it no longer needed since he now produces them from a hook in folly/experimental/SingletonStackTrace.cpp Test Plan: Continues to build without the include. Reviewed By: andrii@fb.com Subscribers: folly-diffs@, yfeldblum, andrii FB internal diff: D1842654 Signature: t1:1842654:1423696133:cfa91851f28696082f790eb13c3b0b015c813590 --- diff --git a/folly/experimental/Singleton-inl.h b/folly/experimental/Singleton-inl.h index ac515db4..4b109251 100644 --- a/folly/experimental/Singleton-inl.h +++ b/folly/experimental/Singleton-inl.h @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#include namespace folly {