Skip to content

Commit

Permalink
Remove unused #import <UIKit/UIGestureRecognizerSubclass.h> import wh…
Browse files Browse the repository at this point in the history
…ich breaks macOS (facebook#35131) (microsoft#1466)

Summary:
Pull Request resolved: facebook#35131

Changelog:
[iOS][Fixed] - Remove unused #import <UIKit/UIGestureRecognizerSubclass.h> import which breaks macOS

Reviewed By: cortinico

Differential Revision: D40797971

fbshipit-source-id: 29839913a642247576caba9fe34724129c2bd3ba
  • Loading branch information
christophpurrer authored and Shawn Dempsey committed Feb 13, 2023
1 parent c72bb12 commit 911e9d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion React/Fabric/RCTSurfaceTouchHandler.mm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

#import <React/RCTUtils.h>
#import <React/RCTViewComponentView.h>
#import <UIKit/UIGestureRecognizerSubclass.h>

#import "RCTConversions.h"
#import "RCTTouchableComponentViewProtocol.h"
Expand Down

0 comments on commit 911e9d3

Please sign in to comment.