From 941dfba99bb7b03d5f02dc73c60bfca2710f48e7 Mon Sep 17 00:00:00 2001 From: Aleksandar Zecevic Date: Mon, 13 Jan 2025 14:43:17 +0000 Subject: [PATCH] Addressing comment --- include/ttmlir/Dialect/TTIR/IR/TTIRBase.td | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/ttmlir/Dialect/TTIR/IR/TTIRBase.td b/include/ttmlir/Dialect/TTIR/IR/TTIRBase.td index 0043270685..6d43043aaa 100644 --- a/include/ttmlir/Dialect/TTIR/IR/TTIRBase.td +++ b/include/ttmlir/Dialect/TTIR/IR/TTIRBase.td @@ -6,9 +6,8 @@ #define TTMLIR_TTMLIR_DIALECT_TTIR_TTIRDIALECT_TD include "mlir/IR/OpBase.td" -include "mlir/Interfaces/SideEffectInterfaces.td" include "mlir/Interfaces/DestinationStyleOpInterface.td" - +include "mlir/Interfaces/SideEffectInterfaces.td" //===----------------------------------------------------------------------===// // TTIR dialect definition.