Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/ios/SQLite.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See http://opensource.org/licenses/alphabetical for full text.
*/

#import "RCTBridgeModule.h"
#import <React/RCTBridgeModule.h>

// Used to remove dependency on sqlite3.h in this header:
struct sqlite3;
Expand Down
8 changes: 4 additions & 4 deletions src/ios/SQLite.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
#import "SQLite.h"
#import "SQLiteResult.h"

#import "RCTLog.h"
#import "RCTUtils.h"
#import "RCTBridge.h"
#import "RCTEventDispatcher.h"
#import <React/RCTLog.h>
#import <React/RCTUtils.h>
#import <React/RCTBridge.h>
#import <React/RCTEventDispatcher.h>

/*
* Copyright (C) 2015-Present Andrzej Porebski
Expand Down