Make semaphore.h a non-portable header
[folly.git] / folly / test / AtomicUnorderedMapTest.cpp
index 69b51e5e1c348b95da8a4c9b77c583acd01243e3..957b6063330dfb102e09cfdaa98c2004486e4edc 100644 (file)
 
 #include <folly/AtomicUnorderedMap.h>
 
-#include <semaphore.h>
 #include <thread>
 #include <unordered_map>
 
 #include <folly/Benchmark.h>
 #include <folly/portability/GFlags.h>
 #include <folly/portability/GTest.h>
+#include <folly/portability/Semaphore.h>
 #include <folly/test/DeterministicSchedule.h>
 
 using namespace folly;