mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Parse] Remove unnecessary dependencies to Parser.h
C++ swift::Parser is going to be replaced with SwiftParser+ASTGen. Direct dependencies to it should be removed. Before that, remove unnecessary '#include "swift/Parse/Parser.h"' to clarify what actually depends on 'swift::Parser'. Split 'swift::parseDeclName()' et al. into the dedicated files.
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
#include "swift/Basic/STLExtras.h"
|
||||
#include "swift/Basic/StringExtras.h"
|
||||
#include "swift/ClangImporter/ClangImporterRequests.h"
|
||||
#include "swift/Parse/Parser.h"
|
||||
#include "swift/Parse/ParseDeclName.h"
|
||||
#include "swift/Strings.h"
|
||||
#include "swift/Subsystems.h"
|
||||
#include "clang/AST/ASTContext.h"
|
||||
|
||||
Reference in New Issue
Block a user