Skip to content

Commit 013a63c

Browse files
committed
Remove imports of SILModule.h from files that don't need it.
No functionality change.
1 parent 88aa00e commit 013a63c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/Basic/Statistic.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
#include "swift/Basic/Statistic.h"
1414
#include "swift/Driver/DependencyGraph.h"
15-
#include "swift/SIL/SILModule.h"
1615
#include "llvm/Config/config.h"
1716
#include "llvm/Support/FileSystem.h"
1817
#include "llvm/Support/Path.h"

lib/IDE/TypeReconstruction.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,15 @@
1111
//===----------------------------------------------------------------------===//
1212

1313
#include "swift/IDE/Utils.h"
14+
#include "swift/AST/ASTContext.h"
1415
#include "swift/AST/Decl.h"
1516
#include "swift/AST/GenericSignature.h"
1617
#include "swift/AST/NameLookup.h"
18+
#include "swift/AST/Types.h"
1719
#include "swift/AST/SubstitutionMap.h"
1820
#include "swift/Demangling/Demangle.h"
1921
#include "swift/Demangling/ManglingMacros.h"
2022
#include "swift/ClangImporter/ClangImporter.h"
21-
#include "swift/SIL/SILModule.h"
2223
#include "swift/Strings.h"
2324

2425
#include <cstdio>

0 commit comments

Comments
 (0)