forked from OSchip/llvm-project
[mlir:TiingInterface] Remove unnecessary include of Tensor.h
Interfaces in Interfaces/ should not depend on any dialects, and this include is unnecessary anyways.
This commit is contained in:
parent
60f6191879
commit
5ef7abbc6f
|
@ -11,7 +11,6 @@
|
|||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "mlir/Interfaces/TilingInterface.h"
|
||||
#include "mlir/Dialect/Tensor/IR/Tensor.h"
|
||||
|
||||
using namespace mlir;
|
||||
|
||||
|
|
Loading…
Reference in New Issue