[mlir] Remove unused includes (NFC) (#146278)

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.
This commit is contained in:
Kazu Hirata
2025-06-29 12:13:12 -07:00
committed by GitHub
parent f5c62ee0fa
commit b5cd49eff0
10 changed files with 0 additions and 17 deletions

View File

@@ -14,7 +14,6 @@
#include "mlir/IR/PatternMatch.h"
#include "mlir/Interfaces/LoopLikeInterface.h"
#include "mlir/Interfaces/SideEffectInterfaces.h"
#include "mlir/Transforms/LoopInvariantCodeMotionUtils.h"
namespace mlir {