Skip to content

Commit f53474d

Browse files
committed
Reorder from rename.
1 parent 4d84fae commit f53474d

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

Sources/NIOMulticastChat/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
// SPDX-License-Identifier: Apache-2.0
1212
//
1313
//===----------------------------------------------------------------------===//
14-
import CNIOOpenBSD
1514
import CNIOLinux
15+
import CNIOOpenBSD
1616
import NIOCore
1717
import NIOPosix
1818

Sources/NIOPosix/BaseSocket.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
//
1313
//===----------------------------------------------------------------------===//
1414

15-
import CNIOOpenBSD
1615
import CNIOLinux
16+
import CNIOOpenBSD
1717
import NIOConcurrencyHelpers
1818
import NIOCore
1919

Sources/NIOPosix/Bootstrap.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
// SPDX-License-Identifier: Apache-2.0
1212
//
1313
//===----------------------------------------------------------------------===//
14-
import CNIOOpenBSD
1514
import CNIOLinux
15+
import CNIOOpenBSD
1616
import NIOCore
1717

1818
#if os(Windows)

Sources/NIOPosix/DatagramVectorReadManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
// SPDX-License-Identifier: Apache-2.0
1212
//
1313
//===----------------------------------------------------------------------===//
14-
import CNIOOpenBSD
1514
import CNIODarwin
1615
import CNIOLinux
16+
import CNIOOpenBSD
1717
import NIOCore
1818

1919
#if canImport(WinSDK)

Sources/NIOPosix/NonBlockingFileIO.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
//
1313
//===----------------------------------------------------------------------===//
1414

15-
import CNIOOpenBSD
1615
import CNIOLinux
16+
import CNIOOpenBSD
1717
import CNIOWindows
1818
import NIOConcurrencyHelpers
1919
import NIOCore

Sources/NIOPosix/PendingDatagramWritesManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
//===----------------------------------------------------------------------===//
1414

1515
import Atomics
16-
import CNIOOpenBSD
1716
import CNIODarwin
1817
import CNIOLinux
18+
import CNIOOpenBSD
1919
import CNIOWindows
2020
import NIOCore
2121

Sources/NIOPosix/PendingWritesManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
//===----------------------------------------------------------------------===//
1414

1515
import Atomics
16-
import CNIOOpenBSD
1716
import CNIOLinux
17+
import CNIOOpenBSD
1818
import NIOCore
1919

2020
private struct PendingStreamWrite {

Sources/NIOPosix/Socket.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
//
1313
//===----------------------------------------------------------------------===//
1414

15-
import CNIOOpenBSD
1615
import CNIOLinux
16+
import CNIOOpenBSD
1717
import NIOCore
1818

1919
#if canImport(WinSDK)

0 commit comments

Comments
 (0)