aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-profgen/ProfiledBinary.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2023-12-02 10:47:26 -0800
committerKazu Hirata <kazu@google.com>2023-12-02 10:47:26 -0800
commita7627f721f3daa20629e44316e8b51e75ce78bb4 (patch)
treecbd4ab51f779bb8c73c3db55272fd146ef7a5b25 /llvm/tools/llvm-profgen/ProfiledBinary.h
parent0c06e8745f131d867c566f4d35a7a04e24b4a075 (diff)
downloadllvm-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/ProfiledBinary.h')
-rw-r--r--llvm/tools/llvm-profgen/ProfiledBinary.h1
1 files changed, 0 insertions, 1 deletions
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>