#include <folly/Conv.h>
#include <folly/Portability.h>
#include <folly/ScopeGuard.h>
+#include <folly/portability/Fcntl.h>
#include <folly/portability/SysUio.h>
#include <folly/portability/Unistd.h>
#include <limits>
#include <sys/stat.h>
#include <sys/types.h>
-#include <fcntl.h>
namespace folly {
#include <sys/stat.h>
#include <sys/types.h>
-#include <fcntl.h>
#include <system_error>
#include <folly/Memory.h>
#include <folly/portability/Environment.h>
+#include <folly/portability/Fcntl.h>
using namespace folly;
using namespace folly::test;
#include <folly/File.h>
#include <folly/String.h>
+#include <folly/portability/Fcntl.h>
#include <gtest/gtest.h>