aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ProfileData/InstrProfWriter.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2025-08-17 23:46:35 -0700
committerGitHub <noreply@github.com>2025-08-17 23:46:35 -0700
commitcbf5af9668931bbc843a80817e0385629e03c5e4 (patch)
treeadee40ae710fac8698551477c98ef851c5b4564c /llvm/lib/ProfileData/InstrProfWriter.cpp
parent400dde6ca8da71a25845609fdb707ed1c7fe32e6 (diff)
downloadllvm-cbf5af9668931bbc843a80817e0385629e03c5e4.zip
llvm-cbf5af9668931bbc843a80817e0385629e03c5e4.tar.gz
llvm-cbf5af9668931bbc843a80817e0385629e03c5e4.tar.bz2
[llvm] Remove unused includes (NFC) (#154051)
These are identified by misc-include-cleaner. I've filtered out those that break builds. Also, I'm staying away from llvm-config.h, config.h, and Compiler.h, which likely cause platform- or compiler-specific build failures.
Diffstat (limited to 'llvm/lib/ProfileData/InstrProfWriter.cpp')
-rw-r--r--llvm/lib/ProfileData/InstrProfWriter.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/ProfileData/InstrProfWriter.cpp b/llvm/lib/ProfileData/InstrProfWriter.cpp
index df807fc..a347351 100644
--- a/llvm/lib/ProfileData/InstrProfWriter.cpp
+++ b/llvm/lib/ProfileData/InstrProfWriter.cpp
@@ -13,7 +13,6 @@
#include "llvm/ProfileData/InstrProfWriter.h"
#include "llvm/ADT/STLExtras.h"
-#include "llvm/ADT/SetVector.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/IR/ProfileSummary.h"
#include "llvm/ProfileData/DataAccessProf.h"