Skip to content

Commit

Permalink
Makes imports more specific.
Browse files Browse the repository at this point in the history
  • Loading branch information
kzaher committed Apr 29, 2017
1 parent 7de3ac5 commit db883ab
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Platform/RecursiveLock.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Copyright © 2016 Krunoslav Zaher. All rights reserved.
//

import Foundation
import class Foundation.NSRecursiveLock

#if TRACE_RESOURCES
class RecursiveLock: NSRecursiveLock {
Expand Down
2 changes: 1 addition & 1 deletion RxCocoa/Foundation/NSObject+Rx+KVORepresentable.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#if !os(Linux)

import Foundation
import Foundation.NSObject
#if !RX_NO_MODULE
import RxSwift
#endif
Expand Down
2 changes: 1 addition & 1 deletion RxCocoa/Foundation/NSObject+Rx+RawRepresentable.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#if !os(Linux)

import Foundation
import Foundation.NSObject
#if !RX_NO_MODULE
import RxSwift
#endif
Expand Down
2 changes: 1 addition & 1 deletion RxCocoa/Foundation/NSObject+Rx.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#if !os(Linux)

import Foundation
import Foundation.NSObject
#if !RX_NO_MODULE
import RxSwift
#if SWIFT_PACKAGE && !DISABLE_SWIZZLING && !os(Linux)
Expand Down
3 changes: 2 additions & 1 deletion Tests/RxCocoaTests/NSObject+RxTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
//

import Foundation
import RxSwift
import RxCocoa
import XCTest

import Foundation.NSObject

final class NSObjectTests: RxTest {

}
Expand Down
1 change: 0 additions & 1 deletion Tests/RxSwiftTests/AsyncSubjectTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
// Copyright © 2017 Krunoslav Zaher. All rights reserved.
//

import Foundation
import XCTest
import RxSwift
import RxTest
Expand Down

0 comments on commit db883ab

Please sign in to comment.