Skip to content

Commit b05f609

Browse files
committed
[Runtime] Remove spurious include of <filesystem>.
This was added when Saleem suggested using <filesystem> to avoid having to do lots of string manipulation, but it turns out we can't use it on macOS because of minimum deployment versions, and we also can't use it on Ubuntu 18.04 because it doesn't exist there. The code related to it was backed out already, but I missed the include. rdar://106183273
1 parent 814488f commit b05f609

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

stdlib/public/runtime/Paths.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
#include "swift/Runtime/Win32.h"
2222
#include "swift/Threading/Once.h"
2323

24-
#include <filesystem>
25-
2624
#if !defined(_WIN32) || defined(__CYGWIN__)
2725
#include <sys/stat.h>
2826

0 commit comments

Comments
 (0)