Skip to content

Commit

Permalink
Remove unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardopereira committed Oct 3, 2019
1 parent 168e526 commit e967a05
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion Source/ARTEncoder.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
//

#import <Foundation/Foundation.h>
#import "CompatibilityMacros.h"
#import "ARTTypes.h"

@class ARTMessage;
Expand Down
3 changes: 1 addition & 2 deletions Source/ARTJsonLikeEncoder.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#ifndef ARTJsonLikeEncoder_h
#define ARTJsonLikeEncoder_h

#import "CompatibilityMacros.h"
#import <Ably/ARTRest+Private.h>
#import <Ably/ARTEncoder.h>
#import <Ably/ARTTokenDetails.h>
Expand Down Expand Up @@ -78,6 +77,6 @@ NS_ASSUME_NONNULL_BEGIN

@end

ART_ASSUME_NONNULL_END
NS_ASSUME_NONNULL_END

#endif /* ARTJsonLikeEncoder_h */
1 change: 0 additions & 1 deletion Source/ARTTypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
//

#import <Foundation/Foundation.h>
#import "CompatibilityMacros.h"

#import <Ably/ARTStatus.h>
#import <Ably/ARTEventEmitter.h>
Expand Down

0 comments on commit e967a05

Please sign in to comment.