Skip to content
This repository has been archived by the owner on Jun 16, 2023. It is now read-only.

Commit

Permalink
fix(imports): delete some useless imports which may cause problems
Browse files Browse the repository at this point in the history
  • Loading branch information
jgfidelis committed Feb 13, 2018
1 parent 077b009 commit a5b9f7e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion ios/RN/RNCamera.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#import <React/RCTBridge.h>
#import <React/RCTBridgeModule.h>
#import <UIKit/UIKit.h>
#import "RNCamera.h"

#if __has_include("RNFaceDetectorManager.h")
#import "RNFaceDetectorManager.h"
Expand Down
2 changes: 0 additions & 2 deletions ios/RN/RNCamera.m
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
#import "RNCamera.h"
#import "RNCameraUtils.h"
#import "RNImageUtils.h"
#import "RNCameraManager.h"
#import "RNFileSystem.h"
#import <React/RCTEventDispatcher.h>
#import <React/RCTLog.h>
#import <React/RCTUtils.h>
#import <React/UIView+React.h>
#import <AVFoundation/AVFoundation.h>

@interface RNCamera ()

Expand Down
1 change: 0 additions & 1 deletion ios/RN/RNCameraUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
//

#import <UIKit/UIKit.h>
#import <AVFoundation/AVFoundation.h>
#import "RNCameraManager.h"

@interface RNCameraUtils : NSObject
Expand Down

0 comments on commit a5b9f7e

Please sign in to comment.