diff options
author | Kazu Hirata <kazu@google.com> | 2025-07-05 10:38:27 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-05 10:38:27 -0700 |
commit | 38b8ef16f76f59b614d2100ebc8e987c310382ae (patch) | |
tree | db1afd6460152da1286a97558be39ff860d9003a /mlir/lib/Target/LLVMIR/ModuleImport.cpp | |
parent | b94a9bc741e5d59df11a4b167e6311661a2551d2 (diff) | |
download | llvm-38b8ef16f76f59b614d2100ebc8e987c310382ae.zip llvm-38b8ef16f76f59b614d2100ebc8e987c310382ae.tar.gz llvm-38b8ef16f76f59b614d2100ebc8e987c310382ae.tar.bz2 |
[mlir] Remove unused includes (NFC) (#147158)
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 'mlir/lib/Target/LLVMIR/ModuleImport.cpp')
-rw-r--r-- | mlir/lib/Target/LLVMIR/ModuleImport.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mlir/lib/Target/LLVMIR/ModuleImport.cpp b/mlir/lib/Target/LLVMIR/ModuleImport.cpp index 803ecb39..bfda223 100644 --- a/mlir/lib/Target/LLVMIR/ModuleImport.cpp +++ b/mlir/lib/Target/LLVMIR/ModuleImport.cpp @@ -30,7 +30,6 @@ #include "llvm/ADT/DepthFirstIterator.h" #include "llvm/ADT/PostOrderIterator.h" #include "llvm/ADT/ScopeExit.h" -#include "llvm/ADT/StringSet.h" #include "llvm/ADT/TypeSwitch.h" #include "llvm/IR/Comdat.h" #include "llvm/IR/Constants.h" |