Use folly/portability/GTest.h in folly/executurs/test/
[folly.git] / folly / executors / test / ThreadedExecutorTest.cpp
index 7bdf4c0e15df85cf2846fa2afa408c7baadc9d1f..591be5743cee90c454b2cc76d5dd716afb661ba7 100644 (file)
 
 #include <folly/executors/ThreadedExecutor.h>
 
-#include <gtest/gtest.h>
-
 #include <folly/Conv.h>
 #include <folly/futures/Future.h>
 #include <folly/gen/Base.h>
+#include <folly/portability/GTest.h>
 
 namespace {