Use the GTest portability headers
[folly.git] / folly / fibers / test / FibersTest.cpp
index bbb5ddcfdaec149426ec1658dd4370f72faa25c3..2a05fd4b8b5fb28677afbdcd75cb8952ef7dc495 100644 (file)
@@ -17,8 +17,6 @@
 #include <thread>
 #include <vector>
 
 #include <thread>
 #include <vector>
 
-#include <gtest/gtest.h>
-
 #include <folly/Memory.h>
 #include <folly/futures/Future.h>
 
 #include <folly/Memory.h>
 #include <folly/futures/Future.h>
 
@@ -30,6 +28,7 @@
 #include <folly/fibers/Semaphore.h>
 #include <folly/fibers/SimpleLoopController.h>
 #include <folly/fibers/WhenN.h>
 #include <folly/fibers/Semaphore.h>
 #include <folly/fibers/SimpleLoopController.h>
 #include <folly/fibers/WhenN.h>
+#include <folly/portability/GTest.h>
 
 using namespace folly::fibers;
 
 
 using namespace folly::fibers;