Use the GTest portability headers
[folly.git] / folly / test / BatonBenchmark.cpp
index 099226a86a90a046e4c60e727aa69819439886bd..b261ac945b4e022308e38d1123b81b302a2f4960 100644 (file)
 #include <semaphore.h>
 #include <thread>
 
-#include <gtest/gtest.h>
-
 #include <folly/Benchmark.h>
 #include <folly/portability/GFlags.h>
+#include <folly/portability/GTest.h>
 #include <folly/test/BatonTestHelpers.h>
 #include <folly/test/DeterministicSchedule.h>