We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9742fef + 87da361 commit 3b8e7afCopy full SHA for 3b8e7af
lib/ClangImporter/ClangSourceBufferImporter.cpp
@@ -10,10 +10,10 @@
10
//
11
//===----------------------------------------------------------------------===//
12
13
-#import "ClangSourceBufferImporter.h"
14
-#import "swift/Basic/SourceManager.h"
15
-#import "clang/Basic/SourceManager.h"
16
-#import "llvm/Support/MemoryBuffer.h"
+#include "ClangSourceBufferImporter.h"
+#include "swift/Basic/SourceManager.h"
+#include "clang/Basic/SourceManager.h"
+#include "llvm/Support/MemoryBuffer.h"
17
18
using namespace swift;
19
using namespace swift::importer;
0 commit comments