Use the GTest portability headers
[folly.git] / folly / test / MPMCQueueTest.cpp
index f4a195a492b998ce9d88f854e5d5a62bf50a191d..cc9e8c123460ddc09109f0d2c2cd579eb2edfa39 100644 (file)
@@ -17,6 +17,7 @@
 #include <folly/MPMCQueue.h>
 #include <folly/Format.h>
 #include <folly/Memory.h>
 #include <folly/MPMCQueue.h>
 #include <folly/Format.h>
 #include <folly/Memory.h>
+#include <folly/portability/GTest.h>
 #include <folly/portability/SysResource.h>
 #include <folly/portability/SysTime.h>
 #include <folly/portability/Unistd.h>
 #include <folly/portability/SysResource.h>
 #include <folly/portability/SysTime.h>
 #include <folly/portability/Unistd.h>
@@ -28,8 +29,6 @@
 #include <thread>
 #include <utility>
 
 #include <thread>
 #include <utility>
 
-#include <gtest/gtest.h>
-
 FOLLY_ASSUME_FBVECTOR_COMPATIBLE_1(boost::intrusive_ptr);
 
 using namespace folly;
 FOLLY_ASSUME_FBVECTOR_COMPATIBLE_1(boost::intrusive_ptr);
 
 using namespace folly;