Use the GTest portability headers
[folly.git] / folly / futures / test / FSMTest.cpp
index 1dd4f6bbfce83af08265816af85b64232139c9be..6f315dd07afb418e43dce9dba0396776a81c0eda 100644 (file)
@@ -14,9 +14,8 @@
  * limitations under the License.
  */
 
-#include <gtest/gtest.h>
-
 #include <folly/futures/detail/FSM.h>
+#include <folly/portability/GTest.h>
 
 using namespace folly::detail;