Skip to content

Commit 57eb482

Browse files
[llvm] Stop including string (NFC)
Identified with clangd.
1 parent 4042fb8 commit 57eb482

File tree

17 files changed

+0
-19
lines changed

17 files changed

+0
-19
lines changed

llvm/include/llvm/Analysis/InlineModelFeatureMaps.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
#include "llvm/Analysis/TensorSpec.h"
1414

1515
#include <array>
16-
#include <string>
1716
#include <vector>
1817

1918
namespace llvm {

llvm/include/llvm/DWARFLinkerParallel/StringPool.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
#include "llvm/CodeGen/DwarfStringPoolEntry.h"
1414
#include "llvm/Support/Allocator.h"
1515
#include "llvm/Support/PerThreadBumpPtrAllocator.h"
16-
#include <string>
1716
#include <string_view>
1817

1918
namespace llvm {

llvm/include/llvm/Option/Option.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
#include "llvm/Option/OptTable.h"
1616
#include "llvm/Support/ErrorHandling.h"
1717
#include <cassert>
18-
#include <string>
1918

2019
namespace llvm {
2120

llvm/include/llvm/TableGen/Parser.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
#define LLVM_TABLEGEN_PARSER_H
1515

1616
#include "llvm/ADT/STLExtras.h"
17-
#include <string>
1817
#include <vector>
1918

2019
namespace llvm {

llvm/lib/CodeGen/SelectOptimize.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
#include <memory>
4040
#include <queue>
4141
#include <stack>
42-
#include <string>
4342

4443
using namespace llvm;
4544

llvm/lib/Target/AArch64/AArch64Subtarget.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
#include "llvm/CodeGen/RegisterBankInfo.h"
2727
#include "llvm/CodeGen/TargetSubtargetInfo.h"
2828
#include "llvm/IR/DataLayout.h"
29-
#include <string>
3029

3130
#define GET_SUBTARGETINFO_HEADER
3231
#include "AArch64GenSubtargetInfo.inc"

llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
#include "llvm/MC/MCRegisterInfo.h"
1717
#include "llvm/Support/CommandLine.h"
1818
#include <cstdint>
19-
#include <string>
2019

2120
#define Hexagon_POINTER_SIZE 4
2221

llvm/lib/Target/Mips/MipsSubtarget.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
#include "llvm/IR/DataLayout.h"
2727
#include "llvm/MC/MCInstrItineraries.h"
2828
#include "llvm/Support/ErrorHandling.h"
29-
#include <string>
3029

3130
#define GET_SUBTARGETINFO_HEADER
3231
#include "MipsGenSubtargetInfo.inc"

llvm/tools/llvm-cfi-verify/lib/GraphBuilder.h

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

3939
#include <functional>
4040
#include <set>
41-
#include <string>
4241

4342
using Instr = llvm::cfi_verify::FileAnalysis::Instr;
4443

llvm/tools/llvm-exegesis/lib/Analysis.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
#include "llvm/Support/raw_ostream.h"
2525
#include <memory>
2626
#include <set>
27-
#include <string>
2827

2928
namespace llvm {
3029
namespace exegesis {

0 commit comments

Comments
 (0)