refactor: fcntl.h is good enough

This commit is contained in:
Marcus Holland-Moritz 2024-08-01 19:06:20 +02:00
parent 21348fffde
commit 1ea8dc749b

View File

@ -33,6 +33,8 @@
#include <cstdlib> #include <cstdlib>
#include <cstring> #include <cstring>
#include <fcntl.h>
#ifndef _WIN32 #ifndef _WIN32
#if __has_include(<boost/process/v2/environment.hpp>) #if __has_include(<boost/process/v2/environment.hpp>)
#define BOOST_PROCESS_VERSION 2 #define BOOST_PROCESS_VERSION 2
@ -46,7 +48,6 @@
#include <fmt/format.h> #include <fmt/format.h>
#include <folly/experimental/symbolizer/SignalHandler.h> #include <folly/experimental/symbolizer/SignalHandler.h>
#include <folly/portability/Fcntl.h>
#ifndef DWARFS_FUSE_LOWLEVEL #ifndef DWARFS_FUSE_LOWLEVEL
#define DWARFS_FUSE_LOWLEVEL 1 #define DWARFS_FUSE_LOWLEVEL 1