Skip to content

Commit 26bb121

Browse files
Remove unused <vector> inclusion (#166997)
1 parent 3673cc7 commit 26bb121

File tree

32 files changed

+15
-47
lines changed

32 files changed

+15
-47
lines changed

llvm/benchmarks/FormatVariadicBM.cpp

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
1-
//===- FormatVariadicBM.cpp - formatv() benchmark ---------- --------------===//
2-
//
3-
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4-
// See https://llvm.org/LICENSE.txt for license information.
5-
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6-
//
7-
//===----------------------------------------------------------------------===//
8-
9-
#include "benchmark/benchmark.h"
10-
#include "llvm/Support/FormatVariadic.h"
11-
#include <algorithm>
12-
#include <string>
13-
#include <vector>
14-
1+
//===- FormatVariadicBM.cpp - formatv() benchmark ---------- --------------===//
2+
//
3+
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4+
// See https://llvm.org/LICENSE.txt for license information.
5+
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6+
//
7+
//===----------------------------------------------------------------------===//
8+
9+
#include "benchmark/benchmark.h"
10+
#include "llvm/Support/FormatVariadic.h"
11+
#include <algorithm>
12+
#include <string>
13+
1514
using namespace llvm;
1615
using namespace std;
1716

llvm/include/llvm/AsmParser/SlotMapping.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
#include "llvm/AsmParser/NumberedValues.h"
1818
#include "llvm/IR/TrackingMDRef.h"
1919
#include <map>
20-
#include <vector>
2120

2221
namespace llvm {
2322

llvm/include/llvm/CGData/OutlinedHashTree.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
#include "llvm/Support/raw_ostream.h"
2323

2424
#include <unordered_map>
25-
#include <vector>
2625

2726
namespace llvm {
2827

llvm/include/llvm/ExecutionEngine/Orc/EHFrameRegistrationPlugin.h

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

1919
#include <memory>
2020
#include <mutex>
21-
#include <vector>
2221

2322
namespace llvm::orc {
2423

llvm/include/llvm/ExecutionEngine/Orc/SectCreate.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
#include "llvm/Support/Compiler.h"
1919

2020
#include <utility>
21-
#include <vector>
2221

2322
namespace llvm::orc {
2423

llvm/include/llvm/MC/MCAssembler.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
#include <string>
2828
#include <tuple>
2929
#include <utility>
30-
#include <vector>
3130

3231
namespace llvm {
3332

llvm/include/llvm/ObjectYAML/GOFFYAML.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
#include "llvm/BinaryFormat/GOFF.h"
1818
#include "llvm/ObjectYAML/YAML.h"
1919
#include <cstdint>
20-
#include <vector>
2120

2221
namespace llvm {
2322

llvm/include/llvm/PassInfo.h

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

1616
#include "llvm/ADT/StringRef.h"
1717
#include <cassert>
18-
#include <vector>
1918

2019
namespace llvm {
2120

llvm/include/llvm/Support/Mustache.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@
7878
#include "llvm/Support/JSON.h"
7979
#include "llvm/Support/StringSaver.h"
8080
#include <functional>
81-
#include <vector>
8281

8382
namespace llvm::mustache {
8483

llvm/include/llvm/TargetParser/XtensaTargetParser.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
#define LLVM_TARGETPARSER_XTENSATARGETPARSER_H
1616

1717
#include "llvm/TargetParser/Triple.h"
18-
#include <vector>
1918

2019
namespace llvm {
2120
class StringRef;

0 commit comments

Comments
 (0)