diff options
author | Kazu Hirata <kazu@google.com> | 2025-05-24 09:37:35 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-24 09:37:35 -0700 |
commit | 13c3df9a36d142b75c78819637ae3e467755495e (patch) | |
tree | b0539e042f7d667781e3d1e48e5dbe9db14a594d /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | 47b9837dad85be73fdb28c211c8d849fafcec1ec (diff) | |
download | llvm-13c3df9a36d142b75c78819637ae3e467755495e.zip llvm-13c3df9a36d142b75c78819637ae3e467755495e.tar.gz llvm-13c3df9a36d142b75c78819637ae3e467755495e.tar.bz2 |
[Bitcode] Remove unused includes (NFC) (#141354)
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/Bitcode/Reader/BitcodeReader.cpp')
-rw-r--r-- | llvm/lib/Bitcode/Reader/BitcodeReader.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Bitcode/Reader/BitcodeReader.cpp b/llvm/lib/Bitcode/Reader/BitcodeReader.cpp index 64f9638..58625ee 100644 --- a/llvm/lib/Bitcode/Reader/BitcodeReader.cpp +++ b/llvm/lib/Bitcode/Reader/BitcodeReader.cpp @@ -83,7 +83,6 @@ #include <map> #include <memory> #include <optional> -#include <set> #include <string> #include <system_error> #include <tuple> |