Switch uses of <unistd.h> to <folly/portability/Unistd.h>
[folly.git] / folly / IndexedMemPool.h
index 1007eff9ec803061c07b7fb97020a41174db1589..bf35b559162e074b7b7ff7ba4e4e7daeb02712c5 100644 (file)
 #include <type_traits>
 #include <stdint.h>
 #include <assert.h>
-#include <unistd.h>
 #include <boost/noncopyable.hpp>
 #include <folly/AtomicStruct.h>
 #include <folly/detail/CacheLocality.h>
 #include <folly/portability/SysMman.h>
+#include <folly/portability/Unistd.h>
 
 // Ignore shadowing warnings within this file, so includers can use -Wshadow.
 #pragma GCC diagnostic push