summaryrefslogtreecommitdiff
path: root/src/buildtool/file_system/file_system_manager.hpp
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2024-04-05 16:04:46 +0200
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2024-04-08 15:19:50 +0200
commit419a458ad9d4383eb47d51fe8e4408a0e240c2f1 (patch)
treec7c6546d287a7a2f9386141c3f07fffc5d848ed4 /src/buildtool/file_system/file_system_manager.hpp
parente047c360dcc5cbdc01ee19a1b755bb70d883e41c (diff)
downloadjustbuild-419a458ad9d4383eb47d51fe8e4408a0e240c2f1.tar.gz
Consistently guard all POSIX C includes
Diffstat (limited to 'src/buildtool/file_system/file_system_manager.hpp')
-rw-r--r--src/buildtool/file_system/file_system_manager.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/buildtool/file_system/file_system_manager.hpp b/src/buildtool/file_system/file_system_manager.hpp
index 6f32458e..80b066c5 100644
--- a/src/buildtool/file_system/file_system_manager.hpp
+++ b/src/buildtool/file_system/file_system_manager.hpp
@@ -26,8 +26,6 @@
#include <optional>
#include <unordered_set>
-#include <fcntl.h>
-
#ifdef __unix__
#include <fcntl.h>
#include <sys/stat.h>