aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2025-05-24 09:37:35 -0700
committerGitHub <noreply@github.com>2025-05-24 09:37:35 -0700
commit13c3df9a36d142b75c78819637ae3e467755495e (patch)
treeb0539e042f7d667781e3d1e48e5dbe9db14a594d /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
parent47b9837dad85be73fdb28c211c8d849fafcec1ec (diff)
downloadllvm-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/Writer/BitcodeWriter.cpp')
-rw-r--r--llvm/lib/Bitcode/Writer/BitcodeWriter.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp b/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
index f8d80c1..f8748ba 100644
--- a/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
+++ b/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
@@ -61,7 +61,6 @@
#include "llvm/MC/StringTableBuilder.h"
#include "llvm/MC/TargetRegistry.h"
#include "llvm/Object/IRSymtab.h"
-#include "llvm/ProfileData/IndexedMemProfData.h"
#include "llvm/ProfileData/MemProf.h"
#include "llvm/ProfileData/MemProfRadixTree.h"
#include "llvm/Support/AtomicOrdering.h"