Use the GTest portability headers
[folly.git] / folly / gen / test / CombineTest.cpp
index b98bdf0cc7dd8c751d9246f17200ac2edbc4113a..3b89946e13274dc16f65f146d91b51c6a7e8770a 100644 (file)
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-#include <gtest/gtest.h>
 #include <string>
 #include <vector>
 #include <tuple>
@@ -23,6 +22,7 @@
 #include <folly/experimental/TestUtil.h>
 #include <folly/gen/Base.h>
 #include <folly/gen/Combine.h>
+#include <folly/portability/GTest.h>
 
 using namespace folly::gen;
 using namespace folly;