Skip to content

Commit

Permalink
Use normal quotes instead of brackets
Browse files Browse the repository at this point in the history
This fixes Xcode 9 issues with imports
  • Loading branch information
jcavar authored Jun 14, 2017
1 parent daba2a3 commit 3898519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Incremental Store/EncryptedStore.m
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#error This class requires ARC.
#endif

#import <sqlite3.h>
#import "sqlite3.h"
#import <objc/runtime.h>

#import "EncryptedStore.h"
Expand Down

0 comments on commit 3898519

Please sign in to comment.