mirror of
https://github.com/darlinghq/fmdb.git
synced 2024-11-30 07:50:27 +00:00
A nicer way to import < https://github.com/ccgus/fmdb/issues/628 )
This commit is contained in:
parent
f847caed10
commit
240667c4d4
@ -1,5 +1,5 @@
|
||||
#import "FMDatabase.h"
|
||||
#import "unistd.h"
|
||||
#import <unistd.h>
|
||||
#import <objc/runtime.h>
|
||||
|
||||
#if FMDB_SQLITE_STANDALONE
|
||||
|
@ -1,6 +1,6 @@
|
||||
#import "FMResultSet.h"
|
||||
#import "FMDatabase.h"
|
||||
#import "unistd.h"
|
||||
#import <unistd.h>
|
||||
|
||||
#if FMDB_SQLITE_STANDALONE
|
||||
#import <sqlite3/sqlite3.h>
|
||||
|
Loading…
Reference in New Issue
Block a user