Skip to content

Commit 2ab7d83

Browse files
committed
[SourceKit] Remove an unnecessary link and an include from SourceKitSupport
(cherry picked from commit 79bbbf1)
1 parent cec31b5 commit 2ab7d83

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

tools/SourceKit/lib/Support/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@ add_sourcekit_library(SourceKitSupport
77
UIDRegistry.cpp)
88
target_link_libraries(SourceKitSupport PRIVATE
99
swiftBasic
10-
swiftSyntax
1110
clangBasic
1211
clangRewrite)
1312
if(NOT CMAKE_SYSTEM_NAME STREQUAL Darwin)
1413
target_link_libraries(SourceKitSupport INTERFACE
1514
dispatch
1615
BlocksRuntime)
1716
endif()
18-

tools/SourceKit/lib/Support/Tracing.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212

1313
#include "SourceKit/Support/Tracing.h"
1414

15-
#include "swift/Frontend/Frontend.h"
16-
1715
#include "llvm/Support/Mutex.h"
1816
#include "llvm/Support/YAMLTraits.h"
1917

0 commit comments

Comments
 (0)