Skip to content

Commit 77410f2

Browse files
authored
[mlir][tensor] Remove unnecessary include.
This include introduced an unwanted dependency from tensor to tensor utils.
1 parent ab8d995 commit 77410f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mlir/lib/Dialect/Tensor/IR/TensorOps.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#include "mlir/Dialect/Complex/IR/Complex.h"
1313
#include "mlir/Dialect/Linalg/IR/LinalgInterfaces.h"
1414
#include "mlir/Dialect/Tensor/IR/Tensor.h"
15-
#include "mlir/Dialect/Tensor/Utils/Utils.h"
1615
#include "mlir/Dialect/Utils/IndexingUtils.h"
1716
#include "mlir/Dialect/Utils/ReshapeOpsUtils.h"
1817
#include "mlir/Dialect/Utils/StaticValueUtils.h"

0 commit comments

Comments
 (0)