Skip to content

Commit b82c141

Browse files
committed
Fix -Wimport-preprocessor-directive-pedantic warning, NFC.
1 parent 83fcb32 commit b82c141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Frontend/AppleHostVersionDetection.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#ifndef SWIFT_FRONTEND_APPLEHOSTVERSIONDETECTION_H
1414
#define SWIFT_FRONTEND_APPLEHOSTVERSIONDETECTION_H
1515

16-
#import "clang/Basic/VersionTuple.h"
16+
#include "clang/Basic/VersionTuple.h"
1717

1818
namespace swift {
1919

0 commit comments

Comments
 (0)