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/Module.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/Module.cpp')
-rw-r--r-- | llvm/lib/IR/Module.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/IR/Module.cpp b/llvm/lib/IR/Module.cpp index ab48d3e..7f5c015 100644 --- a/llvm/lib/IR/Module.cpp +++ b/llvm/lib/IR/Module.cpp @@ -44,7 +44,6 @@ #include "llvm/Support/Path.h" #include "llvm/Support/RandomNumberGenerator.h" #include "llvm/Support/VersionTuple.h" -#include <algorithm> #include <cassert> #include <cstdint> #include <memory> |