Changeset 293142 in webkit


Ignore:
Timestamp:
Apr 20, 2022, 8:56:58 PM (3 years ago)
Author:
Wenson Hsieh
Message:

Unreviewed, fix the iOS 15.4 build after r293117

Remove an unnecessary header include.

  • Platform/spi/ios/UIKitSPI.h:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r293137 r293142  
     12022-04-20  Wenson Hsieh  <wenson_hsieh@apple.com>
     2
     3        Unreviewed, fix the iOS 15.4 build after r293117
     4
     5        Remove an unnecessary header include.
     6
     7        * Platform/spi/ios/UIKitSPI.h:
     8
    192022-04-20  Wenson Hsieh  <wenson_hsieh@apple.com>
    210
  • trunk/Source/WebKit/Platform/spi/ios/UIKitSPI.h

    r293117 r293142  
    4242#import <UIKit/UIDocumentPasswordView.h>
    4343#import <UIKit/UIDocumentPickerViewController_Private.h>
    44 #import <UIKit/UIEditMenuInteraction_Private.h>
    4544#import <UIKit/UIFont_Private.h>
    4645#import <UIKit/UIGeometry_Private.h>
Note: See TracChangeset for help on using the changeset viewer.