From 02cf13f80af8135f43b9711581d73061a94b4493 Mon Sep 17 00:00:00 2001 From: xla authors Date: Thu, 9 Jan 2025 23:45:33 -0800 Subject: [PATCH] Automated Code Change PiperOrigin-RevId: 713933730 --- xla/codegen/ir/xla_attrs.cc | 1 - xla/codegen/ir/xla_ops.cc | 1 + xla/codegen/ir/xla_ops.h | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/xla/codegen/ir/xla_attrs.cc b/xla/codegen/ir/xla_attrs.cc index 5f0e416064ec6..ce84444d4de79 100644 --- a/xla/codegen/ir/xla_attrs.cc +++ b/xla/codegen/ir/xla_attrs.cc @@ -16,7 +16,6 @@ limitations under the License. #include #include #include -#include #include #include "llvm/ADT/StringRef.h" diff --git a/xla/codegen/ir/xla_ops.cc b/xla/codegen/ir/xla_ops.cc index 1d72b0264b66f..c2e2941d5f374 100644 --- a/xla/codegen/ir/xla_ops.cc +++ b/xla/codegen/ir/xla_ops.cc @@ -17,6 +17,7 @@ limitations under the License. #include #include +#include #include #include diff --git a/xla/codegen/ir/xla_ops.h b/xla/codegen/ir/xla_ops.h index 30d046555249e..a13540c921577 100644 --- a/xla/codegen/ir/xla_ops.h +++ b/xla/codegen/ir/xla_ops.h @@ -15,6 +15,7 @@ limitations under the License. #ifndef XLA_CODEGEN_IR_XLA_OPS_H_ #define XLA_CODEGEN_IR_XLA_OPS_H_ +#include #include #include "llvm/ADT/DenseMap.h"