Swap a newly added include of gtest.h with portability/GTest.h
authorChristopher Dykes <cdykes@fb.com>
Wed, 14 Sep 2016 21:12:21 +0000 (14:12 -0700)
committerFacebook Github Bot 8 <facebook-github-bot-8-bot@fb.com>
Wed, 14 Sep 2016 21:23:32 +0000 (14:23 -0700)
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

index 5b3291825074c92e1f09619223d3c5afd3ad7475..72ebfd8e0de027f5193792614ca03a988e2ef065 100644 (file)
@@ -20,8 +20,7 @@
 
 #include <folly/SingletonThreadLocal.h>
 #include <folly/Synchronized.h>
-
-#include <gtest/gtest.h>
+#include <folly/portability/GTest.h>
 
 using namespace folly;