Fix header include.

It should not have the third_party prefix, this doesn't work in open source.

PiperOrigin-RevId: 348905548
This commit is contained in:
Adrian Kuegel 2020-12-24 01:39:24 -08:00 committed by TensorFlow MLIR Team
parent b0bf2ef45b
commit 50fc56a208
1 changed files with 1 additions and 1 deletions

View File

@ -20,8 +20,8 @@ limitations under the License.
#include "mlir/Dialect/SCF/SCF.h" #include "mlir/Dialect/SCF/SCF.h"
#include "mlir/Dialect/Shape/IR/Shape.h" #include "mlir/Dialect/Shape/IR/Shape.h"
#include "mlir/Dialect/StandardOps/IR/Ops.h" #include "mlir/Dialect/StandardOps/IR/Ops.h"
#include "mlir/Dialect/Tensor/IR/Tensor.h"
#include "mlir/Pass/Pass.h" #include "mlir/Pass/Pass.h"
#include "third_party/llvm/llvm-project/mlir/include/mlir/Dialect/Tensor/IR/Tensor.h"
namespace mlir { namespace mlir {
namespace mhlo { namespace mhlo {