diff options
author | Kazu Hirata <kazu@google.com> | 2023-12-02 10:47:26 -0800 |
---|---|---|
committer | Kazu Hirata <kazu@google.com> | 2023-12-02 10:47:26 -0800 |
commit | a7627f721f3daa20629e44316e8b51e75ce78bb4 (patch) | |
tree | cbd4ab51f779bb8c73c3db55272fd146ef7a5b25 /llvm/tools | |
parent | 0c06e8745f131d867c566f4d35a7a04e24b4a075 (diff) | |
download | llvm-a7627f721f3daa20629e44316e8b51e75ce78bb4.zip llvm-a7627f721f3daa20629e44316e8b51e75ce78bb4.tar.gz llvm-a7627f721f3daa20629e44316e8b51e75ce78bb4.tar.bz2 |
[llvm] Stop including list (NFC)
Identified with clangd.
Diffstat (limited to 'llvm/tools')
-rw-r--r-- | llvm/tools/llvm-jitlink/llvm-jitlink.cpp | 1 | ||||
-rw-r--r-- | llvm/tools/llvm-lto/llvm-lto.cpp | 1 | ||||
-rw-r--r-- | llvm/tools/llvm-pdbutil/PrettyClassDefinitionDumper.h | 1 | ||||
-rw-r--r-- | llvm/tools/llvm-profgen/PerfReader.h | 1 | ||||
-rw-r--r-- | llvm/tools/llvm-profgen/ProfiledBinary.h | 1 | ||||
-rw-r--r-- | llvm/tools/llvm-remarkutil/RemarkCounter.h | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/llvm/tools/llvm-jitlink/llvm-jitlink.cpp b/llvm/tools/llvm-jitlink/llvm-jitlink.cpp index d73d2475..17fb70f3 100644 --- a/llvm/tools/llvm-jitlink/llvm-jitlink.cpp +++ b/llvm/tools/llvm-jitlink/llvm-jitlink.cpp @@ -58,7 +58,6 @@ #include <cstring> #include <deque> -#include <list> #include <string> #ifdef LLVM_ON_UNIX diff --git a/llvm/tools/llvm-lto/llvm-lto.cpp b/llvm/tools/llvm-lto/llvm-lto.cpp index abd45b3..4141aa8 100644 --- a/llvm/tools/llvm-lto/llvm-lto.cpp +++ b/llvm/tools/llvm-lto/llvm-lto.cpp @@ -52,7 +52,6 @@ #include <cassert> #include <cstdint> #include <cstdlib> -#include <list> #include <map> #include <memory> #include <string> diff --git a/llvm/tools/llvm-pdbutil/PrettyClassDefinitionDumper.h b/llvm/tools/llvm-pdbutil/PrettyClassDefinitionDumper.h index f43c5c1..ec3e8d9 100644 --- a/llvm/tools/llvm-pdbutil/PrettyClassDefinitionDumper.h +++ b/llvm/tools/llvm-pdbutil/PrettyClassDefinitionDumper.h @@ -15,7 +15,6 @@ #include "llvm/DebugInfo/PDB/PDBSymbolData.h" #include "llvm/DebugInfo/PDB/PDBSymbolFunc.h" -#include <list> #include <memory> #include <unordered_map> diff --git a/llvm/tools/llvm-profgen/PerfReader.h b/llvm/tools/llvm-profgen/PerfReader.h index 14137e8..d4164cc 100644 --- a/llvm/tools/llvm-profgen/PerfReader.h +++ b/llvm/tools/llvm-profgen/PerfReader.h @@ -15,7 +15,6 @@ #include "llvm/Support/Regex.h" #include <cstdint> #include <fstream> -#include <list> #include <map> #include <vector> diff --git a/llvm/tools/llvm-profgen/ProfiledBinary.h b/llvm/tools/llvm-profgen/ProfiledBinary.h index 8f42ff1..0fd12f5 100644 --- a/llvm/tools/llvm-profgen/ProfiledBinary.h +++ b/llvm/tools/llvm-profgen/ProfiledBinary.h @@ -33,7 +33,6 @@ #include "llvm/Support/CommandLine.h" #include "llvm/Support/Path.h" #include "llvm/Transforms/IPO/SampleContextTracker.h" -#include <list> #include <map> #include <set> #include <sstream> diff --git a/llvm/tools/llvm-remarkutil/RemarkCounter.h b/llvm/tools/llvm-remarkutil/RemarkCounter.h index 312d0e0..34d5bff 100644 --- a/llvm/tools/llvm-remarkutil/RemarkCounter.h +++ b/llvm/tools/llvm-remarkutil/RemarkCounter.h @@ -14,7 +14,6 @@ #include "RemarkUtilHelpers.h" #include "llvm/ADT/MapVector.h" #include "llvm/Support/Regex.h" -#include <list> namespace llvm { namespace remarks { |