Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions tests/unittests/obj-c/ODWReachabilityTests.mm
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@

#import <sys/socket.h>
Comment thread
bmehta001 marked this conversation as resolved.
#import <netinet/in.h>
#import <netinet6/in6.h>
#import <arpa/inet.h>
#import <ifaddrs.h>
#import <netdb.h>
#import <Foundation/Foundation.h>

@interface ODWReachabilityTests : XCTestCase
@end
Expand Down Expand Up @@ -110,4 +106,3 @@ - (void)testReachabilityForLocalWiFi
}

@end

4 changes: 0 additions & 4 deletions third_party/Reachability/ODWReachability.m
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,7 @@ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF

#import <sys/socket.h>
Comment thread
bmehta001 marked this conversation as resolved.
#import <netinet/in.h>
#import <netinet6/in6.h>
#import <arpa/inet.h>
#import <ifaddrs.h>
#import <netdb.h>
#import <Foundation/Foundation.h>


NSString *const kNetworkReachabilityChangedNotification = @"NetworkReachabilityChangedNotification";
Expand Down
Loading