Remove unsed header from singleton-inl.h
authorSara Golemon <sgolemon@fb.com>
Wed, 11 Feb 2015 23:11:14 +0000 (15:11 -0800)
committerSara Golemon <sgolemon@fb.com>
Thu, 12 Feb 2015 16:55:08 +0000 (08:55 -0800)
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

folly/experimental/Singleton-inl.h

index ac515db414d785e18c5a9014e7ea090c40b96958..4b10925199e5a9e8f14fbd24f3c7176c6fe2c687 100644 (file)
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-#include <folly/experimental/symbolizer/Symbolizer.h>
 
 namespace folly {