From a27a29196529f3817db617ef2e1293e0d6454490 Mon Sep 17 00:00:00 2001 From: Abhinav Date: Mon, 16 Sep 2024 18:06:24 +0000 Subject: [PATCH] format --- stablehlo/transforms/ChloLegalizeToStablehlo.cpp | 2 +- stablehlo/transforms/StablehloCreateCompatibilityExpander.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stablehlo/transforms/ChloLegalizeToStablehlo.cpp b/stablehlo/transforms/ChloLegalizeToStablehlo.cpp index ddefde29bdf..b6d75b376b5 100644 --- a/stablehlo/transforms/ChloLegalizeToStablehlo.cpp +++ b/stablehlo/transforms/ChloLegalizeToStablehlo.cpp @@ -48,8 +48,8 @@ #include "stablehlo/dialect/BroadcastUtils.h" #include "stablehlo/dialect/ChloOps.h" #include "stablehlo/dialect/StablehloOps.h" -#include "stablehlo/transforms/Passes.h" #include "stablehlo/transforms/PassUtils.h" +#include "stablehlo/transforms/Passes.h" namespace mlir { namespace stablehlo { diff --git a/stablehlo/transforms/StablehloCreateCompatibilityExpander.cpp b/stablehlo/transforms/StablehloCreateCompatibilityExpander.cpp index 4ae428f12bd..28113bf1a4a 100644 --- a/stablehlo/transforms/StablehloCreateCompatibilityExpander.cpp +++ b/stablehlo/transforms/StablehloCreateCompatibilityExpander.cpp @@ -25,8 +25,8 @@ limitations under the License. #include "mlir/Transforms/GreedyPatternRewriteDriver.h" #include "stablehlo/dialect/StablehloOps.h" #include "stablehlo/dialect/Version.h" -#include "stablehlo/transforms/Passes.h" #include "stablehlo/transforms/PassUtils.h" +#include "stablehlo/transforms/Passes.h" namespace mlir { namespace stablehlo {