diff options
author | crupest <crupest@outlook.com> | 2022-05-13 22:45:39 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-05-13 22:45:39 +0800 |
commit | 7a0779adf3c31951de623862d9f85d62a679f03d (patch) | |
tree | 752c4c0771ee913260a76c570a13017e4373e892 /src/common | |
parent | 9f29b54784cf27995c910c9af02851861675fdc9 (diff) | |
download | cru-7a0779adf3c31951de623862d9f85d62a679f03d.tar.gz cru-7a0779adf3c31951de623862d9f85d62a679f03d.tar.bz2 cru-7a0779adf3c31951de623862d9f85d62a679f03d.zip |
...
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/platform/unix/UnixFileStream.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/platform/unix/UnixFileStream.cpp b/src/common/platform/unix/UnixFileStream.cpp index 7a44b92a..7c1b0280 100644 --- a/src/common/platform/unix/UnixFileStream.cpp +++ b/src/common/platform/unix/UnixFileStream.cpp @@ -4,7 +4,6 @@ #include "cru/common/platform/unix/ErrnoException.h" #include <fcntl.h> -#include <sys/_types/_s_ifmt.h> #include <unistd.h> namespace cru::platform::unix { |