Skip to content

Commit 3406a2b

Browse files
[llvm] Stop including tuple (NFC)
Identified with clangd.
1 parent 92c2529 commit 3406a2b

File tree

6 files changed

+0
-6
lines changed

6 files changed

+0
-6
lines changed

llvm/include/llvm/DebugInfo/GSYM/FunctionInfo.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
#include "llvm/DebugInfo/GSYM/LookupResult.h"
1717
#include "llvm/DebugInfo/GSYM/StringTable.h"
1818
#include <cstdint>
19-
#include <tuple>
2019

2120
namespace llvm {
2221
class raw_ostream;

llvm/lib/Target/AMDGPU/AMDGPULowerModuleLDSPass.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@
205205
#include "llvm/Transforms/Utils/BasicBlockUtils.h"
206206
#include "llvm/Transforms/Utils/ModuleUtils.h"
207207

208-
#include <tuple>
209208
#include <vector>
210209

211210
#include <cstdio>

llvm/lib/Transforms/Scalar/TLSVariableHoist.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
#include <cassert>
3333
#include <cstdint>
3434
#include <iterator>
35-
#include <tuple>
3635
#include <utility>
3736

3837
using namespace llvm;

llvm/unittests/ADT/CombinationGeneratorTest.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
#include <algorithm>
1616
#include <cstddef>
1717
#include <iterator>
18-
#include <tuple>
1918
#include <vector>
2019

2120
using namespace llvm;

llvm/unittests/DebugInfo/DWARF/DwarfGenerator.h

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

2222
#include <memory>
2323
#include <string>
24-
#include <tuple>
2524
#include <vector>
2625

2726
namespace llvm {

llvm/unittests/XRay/FDRProducerConsumerTest.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
#include "gmock/gmock.h"
2121
#include "gtest/gtest.h"
2222
#include <string>
23-
#include <tuple>
2423

2524
namespace llvm {
2625
namespace xray {

0 commit comments

Comments
 (0)