Skip to content

Commit 4485c2b

Browse files
committed
Fix DebugServerMessageHeader
1 parent 6680fc2 commit 4485c2b

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Sources/OpenGraphShims/DebugClient.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
public import Foundation
77
public import Network
88

9-
#if canImport(OpenGraphCxx_Private)
10-
public import OpenGraphCxx_Private.DebugServer
11-
#endif
12-
139
public struct ConnectionUpdates: AsyncSequence {
1410
public typealias Element = NWConnection.State
1511

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../Sources/OpenGraphShims/DebugServerMessageHeader.swift

0 commit comments

Comments
 (0)