[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:
River Riddle 2022-01-20 12:54:03 -08:00
parent 60f6191879
commit 5ef7abbc6f
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@
//===----------------------------------------------------------------------===//
#include "mlir/Interfaces/TilingInterface.h"
#include "mlir/Dialect/Tensor/IR/Tensor.h"
using namespace mlir;