Should be using "Header.h" still unless there's a very very good reason otherwise.
Created attachment 441968 [details] WIP Patch
Comment on attachment 441968 [details] WIP Patch View in context: https://bugs.webkit.org/attachment.cgi?id=441968&action=review > Source/WebCore/platform/ios/WebItemProviderPasteboard.h:-27 > -#import <WebCore/AbstractPasteboard.h> I do not think that this is right. As WebCore is an implementation detail of WebKit, it should be very easy to promote headers to SPI. And this they should all use framework style includes in this project.
<rdar://problem/84735872>