Use the GTest portability headers
[folly.git] / folly / test / BatonTest.cpp
index eaeb5ad69a2c768ab4624fb08cb11d03d05b7547..4fbc6959149527e7030fc21f4a14be10ec8226e6 100644 (file)
 #include <folly/Baton.h>
 #include <folly/test/BatonTestHelpers.h>
 #include <folly/test/DeterministicSchedule.h>
 #include <folly/Baton.h>
 #include <folly/test/BatonTestHelpers.h>
 #include <folly/test/DeterministicSchedule.h>
+#include <folly/portability/GTest.h>
+
 #include <thread>
 #include <semaphore.h>
 #include <thread>
 #include <semaphore.h>
-#include <gtest/gtest.h>
 
 using namespace folly;
 using namespace folly::test;
 
 using namespace folly;
 using namespace folly::test;