Skip to content

Commit 5eb49ab

Browse files
[DebugInfo] Remove unused includes (NFC)
Identified with misc-include-cleaner.
1 parent dec6324 commit 5eb49ab

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+1
-81
lines changed

llvm/lib/DebugInfo/CodeView/AppendingTypeTableBuilder.cpp

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

99
#include "llvm/DebugInfo/CodeView/AppendingTypeTableBuilder.h"
1010
#include "llvm/ADT/ArrayRef.h"
11-
#include "llvm/DebugInfo/CodeView/CodeView.h"
1211
#include "llvm/DebugInfo/CodeView/ContinuationRecordBuilder.h"
1312
#include "llvm/DebugInfo/CodeView/TypeIndex.h"
1413
#include "llvm/Support/Allocator.h"

llvm/lib/DebugInfo/CodeView/CVSymbolVisitor.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@
99
#include "llvm/DebugInfo/CodeView/CVSymbolVisitor.h"
1010

1111
#include "llvm/DebugInfo/CodeView/CodeView.h"
12-
#include "llvm/DebugInfo/CodeView/SymbolRecord.h"
1312
#include "llvm/DebugInfo/CodeView/SymbolRecordHelpers.h"
1413
#include "llvm/DebugInfo/CodeView/SymbolVisitorCallbacks.h"
1514
#include "llvm/Support/BinaryStreamArray.h"
16-
#include "llvm/Support/ErrorHandling.h"
1715

1816
using namespace llvm;
1917
using namespace llvm::codeview;

llvm/lib/DebugInfo/CodeView/DebugCrossImpSubsection.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
#include "llvm/Support/BinaryStreamWriter.h"
1515
#include "llvm/Support/Endian.h"
1616
#include "llvm/Support/Error.h"
17-
#include <algorithm>
1817
#include <cstdint>
1918
#include <utility>
2019
#include <vector>

llvm/lib/DebugInfo/CodeView/DebugStringTableSubsection.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#include "llvm/Support/BinaryStreamReader.h"
1313
#include "llvm/Support/BinaryStreamWriter.h"
1414
#include "llvm/Support/Error.h"
15-
#include <algorithm>
1615
#include <cassert>
1716
#include <cstdint>
1817

llvm/lib/DebugInfo/CodeView/DebugSubsectionVisitor.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
#include "llvm/DebugInfo/CodeView/DebugSymbolsSubsection.h"
2222
#include "llvm/DebugInfo/CodeView/DebugUnknownSubsection.h"
2323
#include "llvm/Support/BinaryStreamReader.h"
24-
#include "llvm/Support/SwapByteOrder.h"
2524

2625
using namespace llvm;
2726
using namespace llvm::codeview;

llvm/lib/DebugInfo/CodeView/GlobalTypeTableBuilder.cpp

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

99
#include "llvm/DebugInfo/CodeView/GlobalTypeTableBuilder.h"
1010
#include "llvm/ADT/ArrayRef.h"
11-
#include "llvm/DebugInfo/CodeView/CodeView.h"
1211
#include "llvm/DebugInfo/CodeView/ContinuationRecordBuilder.h"
1312
#include "llvm/DebugInfo/CodeView/TypeIndex.h"
1413
#include "llvm/Support/Allocator.h"

llvm/lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@
1010
#include "llvm/ADT/ArrayRef.h"
1111
#include "llvm/ADT/STLExtras.h"
1212
#include "llvm/ADT/StringRef.h"
13-
#include "llvm/DebugInfo/CodeView/CodeView.h"
1413
#include "llvm/DebugInfo/CodeView/CodeViewError.h"
1514
#include "llvm/DebugInfo/CodeView/RecordName.h"
16-
#include "llvm/DebugInfo/CodeView/RecordSerialization.h"
1715
#include "llvm/Support/BinaryStreamReader.h"
1816
#include "llvm/Support/Error.h"
1917
#include <algorithm>

llvm/lib/DebugInfo/CodeView/MergingTypeTableBuilder.cpp

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

99
#include "llvm/DebugInfo/CodeView/MergingTypeTableBuilder.h"
1010
#include "llvm/ADT/ArrayRef.h"
11-
#include "llvm/DebugInfo/CodeView/CodeView.h"
1211
#include "llvm/DebugInfo/CodeView/ContinuationRecordBuilder.h"
1312
#include "llvm/DebugInfo/CodeView/TypeHashing.h"
1413
#include "llvm/DebugInfo/CodeView/TypeIndex.h"

llvm/lib/DebugInfo/CodeView/SymbolSerializer.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#include "llvm/DebugInfo/CodeView/SymbolSerializer.h"
1010
#include "llvm/ADT/ArrayRef.h"
1111
#include "llvm/Support/Error.h"
12-
#include "llvm/Support/ErrorHandling.h"
1312
#include <cassert>
1413
#include <cstdint>
1514
#include <cstring>

llvm/lib/DebugInfo/CodeView/TypeTableCollection.cpp

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

99
#include "llvm/DebugInfo/CodeView/TypeTableCollection.h"
1010

11-
#include "llvm/DebugInfo/CodeView/CodeView.h"
1211
#include "llvm/DebugInfo/CodeView/RecordName.h"
1312
#include "llvm/DebugInfo/CodeView/TypeIndex.h"
1413
#include "llvm/Support/ErrorHandling.h"

0 commit comments

Comments
 (0)