Use the GTest portability headers
[folly.git] / folly / futures / test / FilterTest.cpp
index 9159587d837173361f41238b61d5a53ffe225500..a8baf5656ce844889a2526267e3e57d335577c36 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;