aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/IR/LLVMContextImpl.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2025-06-04 12:30:52 -0700
committerGitHub <noreply@github.com>2025-06-04 12:30:52 -0700
commit228f66807d0be1d7873e075fc81baf41001950b5 (patch)
treea0280e4bd90e65ccdb92118639a390740643b603 /llvm/lib/IR/LLVMContextImpl.cpp
parented42e172986a686e02cc030d2563374a1200e018 (diff)
downloadllvm-228f66807d0be1d7873e075fc81baf41001950b5.zip
llvm-228f66807d0be1d7873e075fc81baf41001950b5.tar.gz
llvm-228f66807d0be1d7873e075fc81baf41001950b5.tar.bz2
[llvm] Remove unused includes (NFC) (#142733)
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/IR/LLVMContextImpl.cpp')
-rw-r--r--llvm/lib/IR/LLVMContextImpl.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/IR/LLVMContextImpl.cpp b/llvm/lib/IR/LLVMContextImpl.cpp
index dfeabb4..87037c3 100644
--- a/llvm/lib/IR/LLVMContextImpl.cpp
+++ b/llvm/lib/IR/LLVMContextImpl.cpp
@@ -12,7 +12,6 @@
#include "LLVMContextImpl.h"
#include "AttributeImpl.h"
-#include "llvm/ADT/SetVector.h"
#include "llvm/ADT/StringMapEntry.h"
#include "llvm/ADT/iterator.h"
#include "llvm/IR/DiagnosticHandler.h"