Use folly/portability/GTest.h in folly/executurs/test/
[folly.git] / folly / executors / test / SerialExecutorTest.cpp
index 1a132ef1a835548670070ef2bc22c44b8604ffe3..285fd74736b825134209743677f22ece4e28dd85 100644 (file)
 
 #include <chrono>
 
 
 #include <chrono>
 
-#include <gtest/gtest.h>
-
 #include <folly/Baton.h>
 #include <folly/executors/CPUThreadPoolExecutor.h>
 #include <folly/executors/SerialExecutor.h>
 #include <folly/futures/InlineExecutor.h>
 #include <folly/Baton.h>
 #include <folly/executors/CPUThreadPoolExecutor.h>
 #include <folly/executors/SerialExecutor.h>
 #include <folly/futures/InlineExecutor.h>
+#include <folly/portability/GTest.h>
 
 using namespace std::chrono;
 using folly::SerialExecutor;
 
 using namespace std::chrono;
 using folly::SerialExecutor;