Skip to content

Commit

Permalink
Update evernote framework includes to use quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
barrettclark committed Jun 5, 2015
1 parent 8a030ff commit 5b614c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion evernote-sdk-ios/ENSDK/Advanced/ENNoteStoreClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
*/

#import <Foundation/Foundation.h>
#import <ENSDK/ENSDK.h>
#import "ENSDK/ENSDK.h"
#import "EDAM.h"
#import "ENStoreClient.h"
#import "ENLinkedNotebookRef.h"
Expand Down
2 changes: 1 addition & 1 deletion evernote-sdk-ios/ENSDK/Advanced/ENSDKAdvanced.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

#import <ENSDK/ENSDK.h>
#import "ENSDK/ENSDK.h"
#import "EDAM.h"
#import "ENUserStoreClient.h"
#import "ENPreferencesStore.h"
Expand Down
2 changes: 1 addition & 1 deletion evernote-sdk-ios/ENSDK/Private/ENSDKPrivate.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

#import <ENSDK/ENSDK.h>
#import "ENSDK/ENSDK.h"
#import "ENSDKAdvanced.h"
#import "ENLinkedNotebookRef.h"
#import "ENNoteRefInternal.h"
Expand Down

0 comments on commit 5b614c1

Please sign in to comment.