diff --git a/src/ios/SQLite.h b/src/ios/SQLite.h index 404b747e..70759aed 100644 --- a/src/ios/SQLite.h +++ b/src/ios/SQLite.h @@ -13,7 +13,7 @@ * See http://opensource.org/licenses/alphabetical for full text. */ -#import "RCTBridgeModule.h" +#import // Used to remove dependency on sqlite3.h in this header: struct sqlite3; diff --git a/src/ios/SQLite.m b/src/ios/SQLite.m index 5709fe96..c8748769 100644 --- a/src/ios/SQLite.m +++ b/src/ios/SQLite.m @@ -18,10 +18,10 @@ #import "SQLite.h" #import "SQLiteResult.h" -#import "RCTLog.h" -#import "RCTUtils.h" -#import "RCTBridge.h" -#import "RCTEventDispatcher.h" +#import +#import +#import +#import /* * Copyright (C) 2015-Present Andrzej Porebski