Use the GTest portability headers
[folly.git] / folly / futures / test / ReduceTest.cpp
index bf613ef6123db8e4d01bac0162c02600ad1d56ca..c5462dda4aaf16b346202aa379954c5865571d20 100644 (file)
@@ -14,9 +14,8 @@
  * limitations under the License.
  */
 
-#include <gtest/gtest.h>
-
 #include <folly/futures/Future.h>
+#include <folly/portability/GTest.h>
 
 using namespace folly;