Remove imports of <WTF/FileSystem.h>

This commit is contained in:
Jarred Sumner
2022-03-26 03:39:04 -07:00
parent dc4cc070fc
commit 690d22c8b6
2 changed files with 0 additions and 2 deletions

View File

@@ -6,7 +6,6 @@
#include <JavaScriptCore/Completion.h>
#include <sys/stat.h>
#include <wtf/FileSystem.h>
#include <wtf/Scope.h>
#include <wtf/text/StringHash.h>

View File

@@ -17,7 +17,6 @@ class SourceProvider;
// #include <JavaScriptCore/SourceCodeKey.h>
#include <JavaScriptCore/SourceProvider.h>
#include <JavaScriptCore/Structure.h>
#include <wtf/FileSystem.h>
namespace Zig {