Use the GTest portability headers
[folly.git] / folly / test / SmallLocksTest.cpp
index 41c2ce65505617e6aee06196229c125676031beb..020c713623b62b98d1ef7637a1d154305ec5d903 100644 (file)
@@ -28,9 +28,8 @@
 
 #include <thread>
 
-#include <gtest/gtest.h>
-
 #include <folly/portability/Asm.h>
+#include <folly/portability/GTest.h>
 #include <folly/portability/Unistd.h>
 
 using folly::MSLGuard;