Use the GTest portability headers
[folly.git] / folly / test / LifoSemTests.cpp
index 09234c9eaeeb2fb5cf7570ddf59252fe507c4980..c16fe4a0feb28c5cb804a7546aeb45e961885906 100644 (file)
 #include <semaphore.h>
 #include <thread>
 
-#include <gtest/gtest.h>
-
 #include <folly/Benchmark.h>
 #include <folly/Random.h>
 #include <folly/portability/Asm.h>
 #include <folly/portability/GFlags.h>
+#include <folly/portability/GTest.h>
 #include <folly/test/DeterministicSchedule.h>
 
 using namespace folly;