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/llvm-profgen | |
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/llvm-profgen')
-rw-r--r-- | llvm/tools/llvm-profgen/PerfReader.h | 1 | ||||
-rw-r--r-- | llvm/tools/llvm-profgen/ProfiledBinary.h | 1 |
2 files changed, 0 insertions, 2 deletions
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> |