aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp
diff options
context:
space:
mode:
authorserge-sans-paille <sguelton@redhat.com>2022-03-28 14:10:26 +0200
committerserge-sans-paille <sguelton@redhat.com>2022-03-29 09:00:21 +0200
commit01be9be2f2c0d56b2edc1505922dd9c202cbe014 (patch)
treebbf5b4736ebb0708f0fc9da8bc91bd0946ecce41 /llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp
parenta5900401b1475cdf98dbd210ac4bc362563cebbf (diff)
downloadllvm-01be9be2f2c0d56b2edc1505922dd9c202cbe014.zip
llvm-01be9be2f2c0d56b2edc1505922dd9c202cbe014.tar.gz
llvm-01be9be2f2c0d56b2edc1505922dd9c202cbe014.tar.bz2
Cleanup includes: final pass
Cleanup a few extra files, this closes the work on libLLVM dependencies on my side. Impact on libLLVM preprocessed output: -35876 lines Discourse thread: https://discourse.llvm.org/t/include-what-you-use-include-cleanup Differential Revision: https://reviews.llvm.org/D122576
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp')
-rw-r--r--llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp b/llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp
index d884415..536d04f 100644
--- a/llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp
+++ b/llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp
@@ -13,7 +13,6 @@
#include "llvm/Bitcode/BitcodeWriterPass.h"
#include "llvm/Analysis/ModuleSummaryAnalysis.h"
#include "llvm/Bitcode/BitcodeWriter.h"
-#include "llvm/IR/Module.h"
#include "llvm/IR/PassManager.h"
#include "llvm/InitializePasses.h"
#include "llvm/Pass.h"