From 9f838616d97b3d2b62a74b7d80f38f32e5d316df Mon Sep 17 00:00:00 2001 From: Christopher Dykes Date: Wed, 14 Sep 2016 14:12:21 -0700 Subject: [PATCH] Swap a newly added include of gtest.h with portability/GTest.h Summary: Because it's needed with the way the portability layer works. Reviewed By: yfeldblum Differential Revision: D3863954 fbshipit-source-id: 3b682dcc2d2799f17c61fe16a4391fc9f0c2b127 --- folly/test/SingletonThreadLocalTest.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/folly/test/SingletonThreadLocalTest.cpp b/folly/test/SingletonThreadLocalTest.cpp index 5b329182..72ebfd8e 100644 --- a/folly/test/SingletonThreadLocalTest.cpp +++ b/folly/test/SingletonThreadLocalTest.cpp @@ -20,8 +20,7 @@ #include #include - -#include +#include using namespace folly; -- 2.34.1