Use the GTest portability headers
[folly.git] / folly / test / MemoryIdlerTest.cpp
index d1536d0bebd69151c4359fff9155d8f096ae4864..74e377a8578b0ee81186a1c9276c03ce2aae1b9f 100644 (file)
@@ -18,6 +18,7 @@
 
 #include <folly/Baton.h>
 #include <folly/portability/GMock.h>
+#include <folly/portability/GTest.h>
 #include <folly/portability/Windows.h>
 
 #include <memory>
@@ -25,8 +26,6 @@
 #include <assert.h>
 #include <semaphore.h>
 
-#include <gtest/gtest.h>
-
 using namespace folly;
 using namespace folly::detail;
 using namespace testing;