mirror of
https://github.com/apple/swift.git
synced 2026-02-27 18:26:24 +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.