Skip to content

Commit 274726f

Browse files
authored
Merge pull request #1918 from ahoppen/improve-imports
Improve two imports
2 parents e26d9f6 + cda8788 commit 274726f

File tree

4 files changed

+2
-3
lines changed

4 files changed

+2
-3
lines changed

Package.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,6 @@ var targets: [Target] = [
448448
.target(
449449
name: "ToolchainRegistry",
450450
dependencies: [
451-
"LanguageServerProtocolExtensions",
452451
"SKLogging",
453452
"SKUtilities",
454453
"SwiftExtensions",

Sources/BuildServerProtocol/SupportTypes/TextDocumentIdentifier.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
//
1111
//===----------------------------------------------------------------------===//
1212

13+
public import LanguageServerProtocol
14+
1315
public struct TextDocumentIdentifier: Codable, Sendable, Hashable {
1416
/// The text document's URI.
1517
public var uri: URI

Sources/ToolchainRegistry/ToolchainRegistry.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
//===----------------------------------------------------------------------===//
1212

1313
import Dispatch
14-
import LanguageServerProtocolExtensions
1514
import SwiftExtensions
1615
import TSCExtensions
1716

Sources/ToolchainRegistry/XCToolchainPlist.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
//===----------------------------------------------------------------------===//
1212

1313
import Foundation
14-
import LanguageServerProtocolExtensions
1514
import SwiftExtensions
1615
import TSCExtensions
1716

0 commit comments

Comments
 (0)