Fix incorrect include

PiperOrigin-RevId: 352820426
This commit is contained in:
Jacques Pienaar 2021-01-20 10:23:35 -08:00 committed by TensorFlow MLIR Team
parent ba0346b071
commit a7e645f37e
1 changed files with 1 additions and 1 deletions

View File

@ -40,6 +40,7 @@ limitations under the License.
#include "mlir-hlo/utils/hlo_utils.h"
#include "mlir/Dialect/Shape/IR/Shape.h"
#include "mlir/Dialect/StandardOps/IR/Ops.h"
#include "mlir/Dialect/Tensor/IR/Tensor.h"
#include "mlir/IR/Attributes.h"
#include "mlir/IR/Builders.h"
#include "mlir/IR/BuiltinTypes.h"
@ -58,7 +59,6 @@ limitations under the License.
#include "mlir/Support/LLVM.h"
#include "mlir/Support/LogicalResult.h"
#include "mlir/Transforms/InliningUtils.h"
#include "third_party/llvm/llvm-project/mlir/include/mlir/Dialect/Tensor/IR/Tensor.h"
namespace mlir {
#include "hlo_patterns.cc.inc"