aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/StackProtector.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2025-05-24 00:00:00 -0700
committerGitHub <noreply@github.com>2025-05-24 00:00:00 -0700
commit3bc174ba772c551352004417c11c35503d6283ad (patch)
treec45c312a7843487332ba408c27179b6c0504b2b6 /llvm/lib/CodeGen/StackProtector.cpp
parent0918361d8b7a3b6bdce4b1bb17d5e9c9149369f3 (diff)
downloadllvm-3bc174ba772c551352004417c11c35503d6283ad.zip
llvm-3bc174ba772c551352004417c11c35503d6283ad.tar.gz
llvm-3bc174ba772c551352004417c11c35503d6283ad.tar.bz2
[CodeGen] Remove unused includes (NFC) (#141320)
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/CodeGen/StackProtector.cpp')
-rw-r--r--llvm/lib/CodeGen/StackProtector.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/StackProtector.cpp b/llvm/lib/CodeGen/StackProtector.cpp
index 9d2147f..5f866ee 100644
--- a/llvm/lib/CodeGen/StackProtector.cpp
+++ b/llvm/lib/CodeGen/StackProtector.cpp
@@ -14,7 +14,6 @@
//===----------------------------------------------------------------------===//
#include "llvm/CodeGen/StackProtector.h"
-#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/Analysis/BranchProbabilityInfo.h"