Skip to content

Commit 4f1b20f

Browse files
[ProfileData] Remove unused includes (NFC) (#116751)
Identified with misc-include-cleaner.
1 parent e9c8106 commit 4f1b20f

File tree

7 files changed

+0
-10
lines changed

7 files changed

+0
-10
lines changed

llvm/lib/ProfileData/Coverage/CoverageMappingReader.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
#include "llvm/ProfileData/Coverage/CoverageMappingReader.h"
1515
#include "llvm/ADT/ArrayRef.h"
1616
#include "llvm/ADT/DenseMap.h"
17-
#include "llvm/ADT/STLExtras.h"
1817
#include "llvm/ADT/SmallVector.h"
1918
#include "llvm/ADT/Statistic.h"
2019
#include "llvm/ADT/StringRef.h"
@@ -34,7 +33,6 @@
3433
#include "llvm/Support/Error.h"
3534
#include "llvm/Support/ErrorHandling.h"
3635
#include "llvm/Support/LEB128.h"
37-
#include "llvm/Support/MathExtras.h"
3836
#include "llvm/Support/Path.h"
3937
#include "llvm/Support/raw_ostream.h"
4038
#include "llvm/TargetParser/Triple.h"

llvm/lib/ProfileData/Coverage/CoverageMappingWriter.cpp

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

llvm/lib/ProfileData/InstrProfReader.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
#include "llvm/Support/ErrorOr.h"
2727
#include "llvm/Support/FormatVariadic.h"
2828
#include "llvm/Support/MemoryBuffer.h"
29-
#include "llvm/Support/SwapByteOrder.h"
3029
#include "llvm/Support/VirtualFileSystem.h"
3130
#include <algorithm>
3231
#include <cstddef>

llvm/lib/ProfileData/InstrProfWriter.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
#include "llvm/ProfileData/InstrProf.h"
2020
#include "llvm/ProfileData/MemProf.h"
2121
#include "llvm/ProfileData/ProfileCommon.h"
22-
#include "llvm/Support/CommandLine.h"
2322
#include "llvm/Support/Compression.h"
2423
#include "llvm/Support/Endian.h"
2524
#include "llvm/Support/EndianStream.h"

llvm/lib/ProfileData/MemProfReader.cpp

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

13-
#include <algorithm>
1413
#include <cstdint>
1514
#include <memory>
1615
#include <type_traits>

llvm/lib/ProfileData/PGOCtxProfReader.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,10 @@
1212
//===----------------------------------------------------------------------===//
1313

1414
#include "llvm/ProfileData/PGOCtxProfReader.h"
15-
#include "llvm/ADT/StringExtras.h"
1615
#include "llvm/Bitstream/BitCodeEnums.h"
1716
#include "llvm/Bitstream/BitstreamReader.h"
1817
#include "llvm/ProfileData/InstrProf.h"
1918
#include "llvm/ProfileData/PGOCtxProfWriter.h"
20-
#include "llvm/Support/Errc.h"
2119
#include "llvm/Support/Error.h"
2220

2321
using namespace llvm;

llvm/lib/ProfileData/SampleProfWriter.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,12 @@
2222
#include "llvm/ProfileData/ProfileCommon.h"
2323
#include "llvm/ProfileData/SampleProf.h"
2424
#include "llvm/Support/Compression.h"
25-
#include "llvm/Support/Endian.h"
2625
#include "llvm/Support/EndianStream.h"
2726
#include "llvm/Support/ErrorOr.h"
2827
#include "llvm/Support/FileSystem.h"
2928
#include "llvm/Support/LEB128.h"
3029
#include "llvm/Support/MD5.h"
3130
#include "llvm/Support/raw_ostream.h"
32-
#include <algorithm>
3331
#include <cmath>
3432
#include <cstdint>
3533
#include <memory>

0 commit comments

Comments
 (0)