Use the GTest portability headers
[folly.git] / folly / futures / test / NonCopyableLambdaTest.cpp
index 73bc6dc776d64eb53cb8014d9913ecce25af0cfb..b499400ac50268b8d7503e697000bfbb22c4d648 100644 (file)
@@ -14,9 +14,8 @@
  * limitations under the License.
  */
 
-#include <gtest/gtest.h>
-
 #include <folly/futures/Future.h>
+#include <folly/portability/GTest.h>
 
 using namespace folly;