Make semaphore.h a non-portable header
[folly.git] / folly / test / LifoSemTests.cpp
index 69e69eeebd0ffcf6ed974210e0910acbc51b5c2c..02c112b2a1f16cbed4e91da2e4ca872de7b1c335 100644 (file)
@@ -16,7 +16,6 @@
 
 #include <folly/LifoSem.h>
 
-#include <semaphore.h>
 #include <thread>
 
 #include <folly/Benchmark.h>
@@ -24,6 +23,7 @@
 #include <folly/portability/Asm.h>
 #include <folly/portability/GFlags.h>
 #include <folly/portability/GTest.h>
+#include <folly/portability/Semaphore.h>
 #include <folly/test/DeterministicSchedule.h>
 
 using namespace folly;