diff options
author | Kazu Hirata <kazu@google.com> | 2024-11-02 16:54:06 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-02 16:54:06 -0700 |
commit | 6f10b65297707c1e964d570421ab4559dc2928d4 (patch) | |
tree | 53c196332c6c0085a6be4d1c2fcb03ad7303d38e /llvm/lib/IR/LLVMContextImpl.cpp | |
parent | 25af8f535edd59ec12a404954db233e2e65e8d9b (diff) | |
download | llvm-6f10b65297707c1e964d570421ab4559dc2928d4.zip llvm-6f10b65297707c1e964d570421ab4559dc2928d4.tar.gz llvm-6f10b65297707c1e964d570421ab4559dc2928d4.tar.bz2 |
[IR] Remove unused includes (NFC) (#114679)
Identified with misc-include-cleaner.
Diffstat (limited to 'llvm/lib/IR/LLVMContextImpl.cpp')
-rw-r--r-- | llvm/lib/IR/LLVMContextImpl.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/IR/LLVMContextImpl.cpp b/llvm/lib/IR/LLVMContextImpl.cpp index f2c965a..5e51b3c 100644 --- a/llvm/lib/IR/LLVMContextImpl.cpp +++ b/llvm/lib/IR/LLVMContextImpl.cpp @@ -15,7 +15,6 @@ #include "llvm/ADT/SetVector.h" #include "llvm/ADT/StringMapEntry.h" #include "llvm/ADT/iterator.h" -#include "llvm/ADT/iterator_range.h" #include "llvm/IR/DiagnosticHandler.h" #include "llvm/IR/LLVMRemarkStreamer.h" #include "llvm/IR/Module.h" @@ -24,10 +23,8 @@ #include "llvm/IR/Use.h" #include "llvm/IR/User.h" #include "llvm/Remarks/RemarkStreamer.h" -#include "llvm/Support/CommandLine.h" #include "llvm/Support/Compiler.h" #include "llvm/Support/ErrorHandling.h" -#include "llvm/Support/TypeSize.h" #include <cassert> #include <utility> |