Skip to content

Commit c8a49e0

Browse files
Merge pull request #7382 from adrian-prantl/refactor-remove-ast7
Remove unnecessary includes (NFC)
2 parents b373076 + 6528a55 commit c8a49e0

File tree

6 files changed

+0
-12
lines changed

6 files changed

+0
-12
lines changed

lldb/source/Plugins/Language/Swift/SwiftArray.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
#include "Plugins/LanguageRuntime/Swift/SwiftLanguageRuntime.h"
1616
#include "Plugins/TypeSystem/Clang/TypeSystemClang.h"
17-
#include "Plugins/TypeSystem/Swift/SwiftASTContext.h"
1817
#include "lldb/Core/ValueObjectConstResult.h"
1918
#include "lldb/DataFormatters/FormattersHelpers.h"
2019
#include "lldb/Target/Process.h"
@@ -23,7 +22,6 @@
2322
// FIXME: we should not need this
2423
#include "Plugins/Language/ObjC/Cocoa.h"
2524

26-
#include "swift/AST/ASTContext.h"
2725
#include "llvm/ADT/StringRef.h"
2826

2927
using namespace lldb;

lldb/source/Plugins/Language/Swift/SwiftDictionary.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,8 @@
1414

1515
#include "Plugins/LanguageRuntime/Swift/SwiftLanguageRuntime.h"
1616
#include "Plugins/TypeSystem/Clang/TypeSystemClang.h"
17-
#include "Plugins/TypeSystem/Swift/SwiftASTContext.h"
1817
#include "lldb/DataFormatters/FormattersHelpers.h"
1918
#include "lldb/Target/Process.h"
20-
21-
#include "swift/AST/ASTContext.h"
2219
#include "llvm/ADT/StringRef.h"
2320

2421
using namespace lldb;

lldb/source/Plugins/Language/Swift/SwiftOptionSet.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
#include "lldb/Symbol/CompilerType.h"
1919
#include "lldb/Utility/StreamString.h"
2020

21-
#include "swift/AST/Decl.h"
22-
#include "swift/ClangImporter/ClangImporter.h"
2321
#include "clang/AST/Decl.h"
2422
#include "llvm/ADT/StringRef.h"
2523

lldb/source/Plugins/Language/Swift/SwiftOptional.cpp

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

1313
#include "SwiftOptional.h"
1414
#include "Plugins/LanguageRuntime/Swift/SwiftLanguageRuntime.h"
15-
#include "Plugins/TypeSystem/Swift/SwiftASTContext.h"
1615
#include "lldb/DataFormatters/DataVisualization.h"
1716
#include "lldb/DataFormatters/TypeSummary.h"
1817
#include "lldb/DataFormatters/ValueObjectPrinter.h"

lldb/source/Plugins/Language/Swift/SwiftSet.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,8 @@
1414

1515
#include "Plugins/LanguageRuntime/Swift/SwiftLanguageRuntime.h"
1616
#include "Plugins/TypeSystem/Clang/TypeSystemClang.h"
17-
#include "Plugins/TypeSystem/Swift/SwiftASTContext.h"
1817
#include "lldb/DataFormatters/FormattersHelpers.h"
1918
#include "lldb/Target/Process.h"
20-
21-
#include "swift/AST/ASTContext.h"
2219
#include "llvm/ADT/StringRef.h"
2320

2421
using namespace lldb;

lldb/source/Plugins/Language/Swift/SwiftUnsafeTypes.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
#include "SwiftBasicTypes.h"
33

44
#include "Plugins/LanguageRuntime/Swift/SwiftLanguageRuntime.h"
5-
#include "Plugins/TypeSystem/Swift/SwiftASTContext.h"
65
#include "lldb/DataFormatters/TypeSynthetic.h"
76
#include "lldb/Utility/LLDBLog.h"
87
#include "lldb/Utility/Log.h"

0 commit comments

Comments
 (0)