Use the GTest portability headers
[folly.git] / folly / test / AHMIntStressTest.cpp
index 7fc6251c4129debc84857605726b99c15a0bcbb7..dbe7d953829c745f422c511b73136e866689f9c6 100644 (file)
@@ -14,8 +14,6 @@
  * limitations under the License.
  */
 
-#include <gtest/gtest.h>
-
 #include <thread>
 #include <memory>
 #include <mutex>
@@ -23,6 +21,7 @@
 #include <folly/AtomicHashMap.h>
 #include <folly/ScopeGuard.h>
 #include <folly/Memory.h>
+#include <folly/portability/GTest.h>
 
 namespace {