Use the GTest portability headers
[folly.git] / folly / test / IndexedMemPoolTest.cpp
index 03e24ee2aac5576c752acea07255f13300340a93..1cfa69071b71b6d0aaac6f0b7276e28715494ed1 100644 (file)
 
 #include <folly/IndexedMemPool.h>
 #include <folly/test/DeterministicSchedule.h>
+#include <folly/portability/GTest.h>
 #include <folly/portability/Unistd.h>
+
 #include <string>
 #include <thread>
 #include <semaphore.h>
-#include <gtest/gtest.h>
 
 using namespace folly;
 using namespace folly::test;