[Mlir-commits] [mlir] 5ef7abb - [mlir:TiingInterface] Remove unnecessary include of Tensor.h
River Riddle
llvmlistbot at llvm.org
Thu Jan 20 13:12:08 PST 2022
Author: River Riddle
Date: 2022-01-20T13:10:44-08:00
New Revision: 5ef7abbc6f99b46c25c95ad462844990861e8927
URL: https://github.com/llvm/llvm-project/commit/5ef7abbc6f99b46c25c95ad462844990861e8927
DIFF: https://github.com/llvm/llvm-project/commit/5ef7abbc6f99b46c25c95ad462844990861e8927.diff
LOG: [mlir:TiingInterface] Remove unnecessary include of Tensor.h
Interfaces in Interfaces/ should not depend on any dialects, and this include
is unnecessary anyways.
Added:
Modified:
mlir/lib/Interfaces/TilingInterface.cpp
Removed:
################################################################################
diff --git a/mlir/lib/Interfaces/TilingInterface.cpp b/mlir/lib/Interfaces/TilingInterface.cpp
index 6e252ca5418fc..67ddb5b1c1c50 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;
More information about the Mlir-commits
mailing list