Use the GTest portability headers
[folly.git] / folly / futures / test / ViaTest.cpp
index c864b9027c2bd9944fc3090f84856dba2c22214e..765fdf6c74010f9b62127ab8bd5505f3b57c0a2e 100644 (file)
  * limitations under the License.
  */
 
-#include <gtest/gtest.h>
-
 #include <folly/futures/Future.h>
 #include <folly/futures/InlineExecutor.h>
 #include <folly/futures/ManualExecutor.h>
 #include <folly/futures/DrivableExecutor.h>
 #include <folly/Baton.h>
 #include <folly/MPMCQueue.h>
+#include <folly/portability/GTest.h>
 
 #include <thread>