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 (#35131)

Summary:
Pull Request resolved: #35131

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

Differential Revision: D40797971

fbshipit-source-id: 8ee379d9acb182eb24568d8d3086c2eee9e8c91e
  • Loading branch information
christophpurrer authored and facebook-github-bot committed Oct 29, 2022
1 parent 87d6580 commit 239a568
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 @@ -10,7 +10,6 @@
#import <React/RCTReactTaggedView.h>
#import <React/RCTUtils.h>
#import <React/RCTViewComponentView.h>
#import <UIKit/UIGestureRecognizerSubclass.h>

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

0 comments on commit 239a568

Please sign in to comment.