From 5ef7abbc6f99b46c25c95ad462844990861e8927 Mon Sep 17 00:00:00 2001 From: River Riddle Date: Thu, 20 Jan 2022 12:54:03 -0800 Subject: [PATCH] [mlir:TiingInterface] Remove unnecessary include of Tensor.h Interfaces in Interfaces/ should not depend on any dialects, and this include is unnecessary anyways. --- mlir/lib/Interfaces/TilingInterface.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/mlir/lib/Interfaces/TilingInterface.cpp b/mlir/lib/Interfaces/TilingInterface.cpp index 6e252ca5418f..67ddb5b1c1c5 100644 --- a/mlir/lib/Interfaces/TilingInterface.cpp +++ b/mlir/lib/Interfaces/TilingInterface.cpp @@ -11,7 +11,6 @@ //===----------------------------------------------------------------------===// #include "mlir/Interfaces/TilingInterface.h" -#include "mlir/Dialect/Tensor/IR/Tensor.h" using namespace mlir;