Use the GTest portability headers
[folly.git] / folly / test / IPAddressTest.cpp
index 5097eafa646e04bfa7754ccc6eb92c90cda0561c..9fc746d7aedffe63f90b3dba9b1d7627935c45a5 100644 (file)
 
 #include <folly/test/IPAddressTest.h>
 
-#include <gtest/gtest.h>
-
 #include <folly/Bits.h>
 #include <folly/Format.h>
 #include <folly/MacAddress.h>
 #include <folly/String.h>
 #include <folly/detail/IPAddressSource.h>
+#include <folly/portability/GTest.h>
 
 using namespace folly;
 using namespace std;