mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[SourceKit] Share implemention of local rename and related idents
Local rename and related identifiers were sufficiently similar that we can implement related identifiers in terms of local rename.
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "swift/Refactoring/Refactoring.h"
|
||||
#include "LocalRename.h"
|
||||
#include "RefactoringActions.h"
|
||||
#include "swift/AST/ASTContext.h"
|
||||
#include "swift/AST/SourceFile.h"
|
||||
|
||||
Reference in New Issue
Block a user