mirror of
https://github.com/intel/llvm.git
synced 2026-02-06 23:31:50 +08:00
[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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user