mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Replace `#import` with `#include` as `#import` is a Microsoft type library inclusion feature on Windows. This enables additional APINotes tests to pass on Windows.