[mlir] Removing unnecessary includes from Memref dialect
authorJohn Demme <john.demme@microsoft.com>
Thu, 25 May 2023 08:01:51 +0000 (08:01 +0000)
committerJohn Demme <john.demme@microsoft.com>
Thu, 25 May 2023 08:03:58 +0000 (08:03 +0000)
commit660b3c85c8ea74909de0116bd1dae1b83342cffa
tree179e7218ef9ccd886524efb43448b6707929280d
parent0c23dc20bcfbe77b42fc3515c41432e4a2f5ce3f
[mlir] Removing unnecessary includes from Memref dialect

`MemRefMemorySlot.cpp` had two unused includes without a cmake
dependency on the dialects they were in. Led to build failures.
mlir/lib/Dialect/MemRef/IR/MemRefMemorySlot.cpp