Skip to content

Commit 9006e56

Browse files
committed
Remove internal import, which requires -enable-experimental-feature AccessLevelOnImport
1 parent 9d6c6eb commit 9006e56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/AndroidSystem/LockedState.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22
#if canImport(os)
3-
internal import os
3+
import os
44
#if FOUNDATION_FRAMEWORK && canImport(C.os.lock)
5-
internal import C.os.lock
5+
import C.os.lock
66
#endif
77
#elseif canImport(Bionic)
88
import Bionic

0 commit comments

Comments
 (0)