mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Refactoring] Separate refactoring files to its own library
IDE/Refactoring had dependencies to libswiftIndex, but libswiftIndex also depends on libswiftIDE (SourceEntityWalker, etc.) To break libswiftIndex <-> libswiftIDE dependency cycle, move "refactoring" related files to a new library 'libswiftRefactoring' rdar://101692282
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
#include "swift/IDE/ModuleInterfacePrinting.h"
|
||||
#include "swift/IDE/SourceEntityWalker.h"
|
||||
#include "swift/IDE/SyntaxModel.h"
|
||||
#include "swift/IDE/Refactoring.h"
|
||||
#include "swift/Refactoring/Refactoring.h"
|
||||
// This is included only for createLazyResolver(). Move to different header ?
|
||||
#include "swift/Sema/IDETypeChecking.h"
|
||||
#include "swift/Config.h"
|
||||
|
||||
Reference in New Issue
Block a user