Skip to content

Commit 65dafbb

Browse files
authored
Fix an import to be non-public (#4959)
1 parent d820aad commit 65dafbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GoogleDataTransport/GDTCORLibrary/GDTCORPlatform.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818

1919
#import <GoogleDataTransport/GDTCORAssert.h>
2020
#import <GoogleDataTransport/GDTCORConsoleLogger.h>
21-
#import <GoogleDataTransport/GDTCORReachability.h>
2221

22+
#import "GDTCORLibrary/Private/GDTCORReachability.h"
2323
#import "GDTCORLibrary/Private/GDTCORRegistrar_Private.h"
2424

2525
#ifdef GDTCOR_VERSION

0 commit comments

Comments
 (0)