Skip to content

Commit

Permalink
Remove unconditional import of session manager
Browse files Browse the repository at this point in the history
  • Loading branch information
jcavar committed Feb 15, 2018
1 parent 1d09484 commit 6eff8d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion MQTTClient/MQTTClient/MQTTClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#import <MQTTClient/MQTTCFSocketTransport.h>
#import <MQTTClient/MQTTCoreDataPersistence.h>
#import <MQTTClient/MQTTSSLSecurityPolicyTransport.h>
#import <MQTTClient/MQTTSessionManager.h>

#if __has_include(<MQTTClient/MQTTSessionManager.h>)
#import <MQTTClient/MQTTSessionManager.h>
Expand Down

0 comments on commit 6eff8d5

Please sign in to comment.