Skip to content

Commit 0060c54

Browse files
[DebugInfo] Remove unused includes (NFC) (llvm#116551)
Identified with misc-include-cleaner.
1 parent 875d24c commit 0060c54

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"

llvm/lib/DebugInfo/DWARF/DWARFContext.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,9 @@
4848
#include "llvm/Support/Error.h"
4949
#include "llvm/Support/Format.h"
5050
#include "llvm/Support/LEB128.h"
51-
#include "llvm/Support/FormatVariadic.h"
5251
#include "llvm/Support/MemoryBuffer.h"
5352
#include "llvm/Support/Path.h"
5453
#include "llvm/Support/raw_ostream.h"
55-
#include <algorithm>
5654
#include <cstdint>
5755
#include <deque>
5856
#include <map>

llvm/lib/DebugInfo/DWARF/DWARFDebugAbbrev.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#include "llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h"
1010
#include "llvm/Support/Format.h"
1111
#include "llvm/Support/raw_ostream.h"
12-
#include <algorithm>
1312
#include <cinttypes>
1413
#include <cstdint>
1514

llvm/lib/DebugInfo/DWARF/DWARFDebugAranges.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
#include "llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h"
1414
#include "llvm/DebugInfo/DWARF/DWARFObject.h"
1515
#include "llvm/DebugInfo/DWARF/DWARFUnit.h"
16-
#include <algorithm>
1716
#include <cassert>
1817
#include <cstdint>
1918
#include <set>

llvm/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
#include "llvm/Support/ErrorHandling.h"
2020
#include "llvm/Support/Format.h"
2121
#include "llvm/Support/raw_ostream.h"
22-
#include <algorithm>
2322
#include <cassert>
2423
#include <cinttypes>
2524
#include <cstdint>

llvm/lib/DebugInfo/DWARF/DWARFDie.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
#include "llvm/Support/DataExtractor.h"
2525
#include "llvm/Support/Format.h"
2626
#include "llvm/Support/FormatVariadic.h"
27-
#include "llvm/Support/MathExtras.h"
2827
#include "llvm/Support/WithColor.h"
2928
#include "llvm/Support/raw_ostream.h"
3029
#include <cassert>

llvm/lib/DebugInfo/GSYM/DwarfTransformer.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
#include <thread>
10-
#include <unordered_set>
11-
129
#include "llvm/DebugInfo/DIContext.h"
1310
#include "llvm/DebugInfo/DWARF/DWARFCompileUnit.h"
1411
#include "llvm/DebugInfo/DWARF/DWARFContext.h"

llvm/lib/DebugInfo/GSYM/ExtractRanges.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#include "llvm/DebugInfo/GSYM/ExtractRanges.h"
1010
#include "llvm/DebugInfo/GSYM/FileWriter.h"
1111
#include "llvm/Support/DataExtractor.h"
12-
#include <algorithm>
1312
#include <inttypes.h>
1413

1514
namespace llvm {

llvm/lib/DebugInfo/GSYM/GsymReader.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
#include <stdio.h>
1414
#include <stdlib.h>
1515

16-
#include "llvm/DebugInfo/GSYM/GsymCreator.h"
1716
#include "llvm/DebugInfo/GSYM/InlineInfo.h"
1817
#include "llvm/DebugInfo/GSYM/LineTable.h"
1918
#include "llvm/Support/BinaryStreamReader.h"

llvm/lib/DebugInfo/GSYM/InlineInfo.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9+
#include "llvm/DebugInfo/GSYM/InlineInfo.h"
910
#include "llvm/DebugInfo/GSYM/FileEntry.h"
1011
#include "llvm/DebugInfo/GSYM/FileWriter.h"
1112
#include "llvm/DebugInfo/GSYM/GsymReader.h"
12-
#include "llvm/DebugInfo/GSYM/InlineInfo.h"
1313
#include "llvm/Support/DataExtractor.h"
14-
#include <algorithm>
1514
#include <inttypes.h>
1615

1716
using namespace llvm;

llvm/lib/DebugInfo/GSYM/LookupResult.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@
99
#include "llvm/DebugInfo/GSYM/LookupResult.h"
1010
#include "llvm/ADT/SmallString.h"
1111
#include "llvm/DebugInfo/GSYM/ExtractRanges.h"
12-
#include "llvm/Support/Format.h"
1312
#include "llvm/Support/Path.h"
1413
#include "llvm/Support/raw_ostream.h"
15-
#include <ciso646>
1614

1715
using namespace llvm;
1816
using namespace gsym;

llvm/lib/DebugInfo/GSYM/ObjectFileTransformer.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
#include <unordered_set>
10-
119
#include "llvm/Object/ELFObjectFile.h"
1210
#include "llvm/Object/MachOUniversal.h"
1311
#include "llvm/Object/ObjectFile.h"

llvm/lib/DebugInfo/LogicalView/Core/LVElement.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
#include "llvm/DebugInfo/LogicalView/Core/LVElement.h"
1414
#include "llvm/DebugInfo/LogicalView/Core/LVReader.h"
1515
#include "llvm/DebugInfo/LogicalView/Core/LVScope.h"
16-
#include "llvm/DebugInfo/LogicalView/Core/LVSymbol.h"
1716
#include "llvm/DebugInfo/LogicalView/Core/LVType.h"
1817

1918
using namespace llvm;

llvm/lib/DebugInfo/LogicalView/Core/LVReader.cpp

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

1313
#include "llvm/DebugInfo/LogicalView/Core/LVReader.h"
14-
#include "llvm/DebugInfo/LogicalView/Core/LVLine.h"
1514
#include "llvm/DebugInfo/LogicalView/Core/LVScope.h"
1615
#include "llvm/Support/FileSystem.h"
1716
#include "llvm/Support/FormatAdapters.h"

llvm/lib/DebugInfo/LogicalView/Core/LVSort.cpp

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

1313
#include "llvm/DebugInfo/LogicalView/Core/LVSort.h"
14-
#include "llvm/DebugInfo/LogicalView/Core/LVElement.h"
1514
#include "llvm/DebugInfo/LogicalView/Core/LVReader.h"
1615
#include <string>
1716

llvm/lib/DebugInfo/LogicalView/Core/LVSupport.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@
1111
//===----------------------------------------------------------------------===//
1212

1313
#include "llvm/DebugInfo/LogicalView/Core/LVSupport.h"
14-
#include "llvm/Support/FormatAdapters.h"
1514
#include "llvm/Support/FormatVariadic.h"
16-
#include <iomanip>
1715

1816
using namespace llvm;
1917
using namespace llvm::logicalview;

llvm/lib/DebugInfo/LogicalView/LVReaderHandler.cpp

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

1313
#include "llvm/DebugInfo/LogicalView/LVReaderHandler.h"
14-
#include "llvm/DebugInfo/CodeView/LazyRandomTypeCollection.h"
1514
#include "llvm/DebugInfo/LogicalView/Core/LVCompare.h"
1615
#include "llvm/DebugInfo/LogicalView/Readers/LVCodeViewReader.h"
1716
#include "llvm/DebugInfo/LogicalView/Readers/LVDWARFReader.h"

llvm/lib/DebugInfo/LogicalView/Readers/LVCodeViewReader.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,11 @@
1313
#include "llvm/DebugInfo/LogicalView/Readers/LVCodeViewReader.h"
1414
#include "llvm/DebugInfo/CodeView/CVSymbolVisitor.h"
1515
#include "llvm/DebugInfo/CodeView/CVTypeVisitor.h"
16-
#include "llvm/DebugInfo/CodeView/EnumTables.h"
1716
#include "llvm/DebugInfo/CodeView/LazyRandomTypeCollection.h"
1817
#include "llvm/DebugInfo/CodeView/SymbolDeserializer.h"
1918
#include "llvm/DebugInfo/CodeView/SymbolVisitorCallbackPipeline.h"
2019
#include "llvm/DebugInfo/LogicalView/Core/LVLine.h"
2120
#include "llvm/DebugInfo/LogicalView/Core/LVScope.h"
22-
#include "llvm/DebugInfo/LogicalView/Core/LVSymbol.h"
23-
#include "llvm/DebugInfo/LogicalView/Core/LVType.h"
24-
#include "llvm/DebugInfo/PDB/GenericError.h"
2521
#include "llvm/DebugInfo/PDB/Native/DbiStream.h"
2622
#include "llvm/DebugInfo/PDB/Native/GlobalsStream.h"
2723
#include "llvm/DebugInfo/PDB/Native/InfoStream.h"
@@ -30,7 +26,6 @@
3026
#include "llvm/DebugInfo/PDB/Native/RawConstants.h"
3127
#include "llvm/DebugInfo/PDB/Native/SymbolStream.h"
3228
#include "llvm/DebugInfo/PDB/Native/TpiStream.h"
33-
#include "llvm/Demangle/Demangle.h"
3429
#include "llvm/Object/COFF.h"
3530
#include "llvm/Support/Errc.h"
3631
#include "llvm/Support/Error.h"

llvm/lib/DebugInfo/LogicalView/Readers/LVCodeViewVisitor.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,13 @@
2121
#include "llvm/DebugInfo/LogicalView/Core/LVSymbol.h"
2222
#include "llvm/DebugInfo/LogicalView/Core/LVType.h"
2323
#include "llvm/DebugInfo/LogicalView/Readers/LVCodeViewReader.h"
24-
#include "llvm/DebugInfo/PDB/Native/DbiStream.h"
2524
#include "llvm/DebugInfo/PDB/Native/InputFile.h"
26-
#include "llvm/DebugInfo/PDB/Native/NativeSession.h"
2725
#include "llvm/DebugInfo/PDB/Native/PDBFile.h"
2826
#include "llvm/DebugInfo/PDB/Native/PDBStringTable.h"
29-
#include "llvm/DebugInfo/PDB/Native/RawError.h"
3027
#include "llvm/DebugInfo/PDB/Native/TpiStream.h"
31-
#include "llvm/DebugInfo/PDB/PDB.h"
3228
#include "llvm/Demangle/Demangle.h"
3329
#include "llvm/Object/COFF.h"
3430
#include "llvm/Support/Error.h"
35-
#include "llvm/Support/FileSystem.h"
3631
#include "llvm/Support/FormatAdapters.h"
3732
#include "llvm/Support/FormatVariadic.h"
3833

llvm/lib/DebugInfo/LogicalView/Readers/LVDWARFReader.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
#include "llvm/DebugInfo/LogicalView/Core/LVScope.h"
2020
#include "llvm/DebugInfo/LogicalView/Core/LVSymbol.h"
2121
#include "llvm/DebugInfo/LogicalView/Core/LVType.h"
22-
#include "llvm/Object/Error.h"
2322
#include "llvm/Object/MachO.h"
2423
#include "llvm/Support/FormatVariadic.h"
2524

llvm/lib/DebugInfo/PDB/Native/DbiModuleList.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
#include "llvm/DebugInfo/PDB/Native/RawTypes.h"
1414
#include "llvm/Support/BinaryStreamReader.h"
1515
#include "llvm/Support/Error.h"
16-
#include <algorithm>
1716
#include <cassert>
1817
#include <cstddef>
1918
#include <cstdint>

llvm/lib/DebugInfo/PDB/Native/FormatUtil.cpp

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

99
#include "llvm/DebugInfo/PDB/Native/FormatUtil.h"
1010

11-
#include "llvm/ADT/STLExtras.h"
1211
#include "llvm/ADT/STLForwardCompat.h"
1312
#include "llvm/ADT/StringExtras.h"
1413
#include "llvm/BinaryFormat/COFF.h"

llvm/lib/DebugInfo/PDB/Native/GlobalsStream.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
#include "llvm/DebugInfo/PDB/Native/SymbolStream.h"
2828
#include "llvm/Support/BinaryStreamReader.h"
2929
#include "llvm/Support/Error.h"
30-
#include <algorithm>
3130

3231
using namespace llvm;
3332
using namespace llvm::msf;

llvm/lib/DebugInfo/PDB/Native/InfoStreamBuilder.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#include "llvm/DebugInfo/MSF/MappedBlockStream.h"
1313
#include "llvm/DebugInfo/PDB/Native/NamedStreamMap.h"
1414
#include "llvm/DebugInfo/PDB/Native/RawTypes.h"
15-
#include "llvm/Support/BinaryStreamReader.h"
1615
#include "llvm/Support/BinaryStreamWriter.h"
1716
#include "llvm/Support/TimeProfiler.h"
1817

llvm/lib/DebugInfo/PDB/Native/LinePrinter.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#include "llvm/DebugInfo/PDB/Native/LinePrinter.h"
1010

1111
#include "llvm/ADT/STLExtras.h"
12-
#include "llvm/DebugInfo/CodeView/LazyRandomTypeCollection.h"
1312
#include "llvm/DebugInfo/MSF/MSFCommon.h"
1413
#include "llvm/DebugInfo/MSF/MappedBlockStream.h"
1514
#include "llvm/DebugInfo/PDB/IPDBLineNumber.h"

llvm/lib/DebugInfo/PDB/Native/ModuleDebugStream.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,10 @@
1111
#include "llvm/DebugInfo/CodeView/CodeView.h"
1212
#include "llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h"
1313
#include "llvm/DebugInfo/CodeView/SymbolRecordHelpers.h"
14-
#include "llvm/DebugInfo/MSF/MSFCommon.h"
1514
#include "llvm/DebugInfo/MSF/MappedBlockStream.h"
1615
#include "llvm/DebugInfo/PDB/Native/DbiModuleDescriptor.h"
1716
#include "llvm/DebugInfo/PDB/Native/RawConstants.h"
1817
#include "llvm/DebugInfo/PDB/Native/RawError.h"
19-
#include "llvm/DebugInfo/PDB/Native/RawTypes.h"
2018
#include "llvm/Support/BinaryStreamArray.h"
2119
#include "llvm/Support/BinaryStreamReader.h"
2220
#include "llvm/Support/BinaryStreamRef.h"

llvm/lib/DebugInfo/PDB/Native/NamedStreamMap.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
#include "llvm/Support/BinaryStreamWriter.h"
1717
#include "llvm/Support/Endian.h"
1818
#include "llvm/Support/Error.h"
19-
#include <algorithm>
2019
#include <cassert>
2120
#include <cstdint>
2221

llvm/lib/DebugInfo/PDB/Native/NativeEnumGlobals.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#include "llvm/DebugInfo/PDB/Native/NativeEnumGlobals.h"
1010

1111
#include "llvm/DebugInfo/CodeView/CVRecord.h"
12-
#include "llvm/DebugInfo/PDB/IPDBEnumChildren.h"
1312
#include "llvm/DebugInfo/PDB/Native/GlobalsStream.h"
1413
#include "llvm/DebugInfo/PDB/Native/NativeSession.h"
1514
#include "llvm/DebugInfo/PDB/Native/PDBFile.h"

llvm/lib/DebugInfo/PDB/Native/NativeEnumInjectedSources.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#include "llvm/DebugInfo/PDB/Native/NativeEnumInjectedSources.h"
1010

1111
#include "llvm/ADT/StringExtras.h"
12-
#include "llvm/DebugInfo/MSF/MappedBlockStream.h"
1312
#include "llvm/DebugInfo/PDB/Native/HashTable.h"
1413
#include "llvm/DebugInfo/PDB/Native/PDBFile.h"
1514
#include "llvm/DebugInfo/PDB/Native/PDBStringTable.h"

llvm/lib/DebugInfo/PDB/Native/NativeEnumLineNumbers.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
#include "llvm/DebugInfo/PDB/Native/NativeEnumLineNumbers.h"
1010

11-
#include "llvm/DebugInfo/CodeView/CodeView.h"
12-
#include "llvm/DebugInfo/PDB/IPDBEnumChildren.h"
1311
#include "llvm/DebugInfo/PDB/Native/NativeLineNumber.h"
1412

1513
#include <vector>

llvm/lib/DebugInfo/PDB/Native/NativeEnumSymbols.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
#include "llvm/DebugInfo/PDB/Native/NativeEnumSymbols.h"
1010

11-
#include "llvm/DebugInfo/CodeView/CodeView.h"
12-
#include "llvm/DebugInfo/PDB/IPDBEnumChildren.h"
1311
#include "llvm/DebugInfo/PDB/Native/NativeSession.h"
1412
#include "llvm/DebugInfo/PDB/Native/SymbolCache.h"
1513
#include "llvm/DebugInfo/PDB/PDBSymbol.h"

llvm/lib/DebugInfo/PDB/Native/NativeEnumTypes.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#include "llvm/DebugInfo/CodeView/CVRecord.h"
1313
#include "llvm/DebugInfo/CodeView/LazyRandomTypeCollection.h"
1414
#include "llvm/DebugInfo/CodeView/TypeRecordHelpers.h"
15-
#include "llvm/DebugInfo/PDB/IPDBEnumChildren.h"
1615
#include "llvm/DebugInfo/PDB/Native/NativeSession.h"
1716
#include "llvm/DebugInfo/PDB/Native/SymbolCache.h"
1817
#include "llvm/DebugInfo/PDB/PDBSymbol.h"

llvm/lib/DebugInfo/PDB/Native/NativeExeSymbol.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#include "llvm/DebugInfo/PDB/Native/NativeExeSymbol.h"
1010

1111
#include "llvm/DebugInfo/CodeView/CodeView.h"
12-
#include "llvm/DebugInfo/PDB/IPDBEnumChildren.h"
1312
#include "llvm/DebugInfo/PDB/Native/DbiStream.h"
1413
#include "llvm/DebugInfo/PDB/Native/InfoStream.h"
1514
#include "llvm/DebugInfo/PDB/Native/NativeEnumModules.h"

0 commit comments

Comments
 (0)