folly: elfcache: nuke StringPieceHash
[folly.git] / folly / AtomicUnorderedMap.h
index 34cdf8598a0d7b35214623e649f873fbd231d61f..5dc5d88f6aa0899bbfd40b1229ae75cea37c62d6 100644 (file)
@@ -22,7 +22,6 @@
 #include <system_error>
 #include <type_traits>
 #include <stdint.h>
-#include <unistd.h>
 
 #include <folly/Bits.h>
 #include <folly/Conv.h>
@@ -30,6 +29,7 @@
 #include <folly/Random.h>
 #include <folly/detail/AtomicUnorderedMapUtils.h>
 #include <folly/portability/SysMman.h>
+#include <folly/portability/Unistd.h>
 
 #include <boost/type_traits/has_trivial_destructor.hpp>
 #include <limits>