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:
[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 facebook-github-bot committed Oct 31, 2022
1 parent ad5e3f6 commit 84737e0
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 84737e0

Please sign in to comment.