Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 713933730
  • Loading branch information
Google-ML-Automation committed Jan 10, 2025
1 parent 6285ecd commit 02cf13f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion xla/codegen/ir/xla_attrs.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ limitations under the License.
#include <cstdint>
#include <optional>
#include <sstream>
#include <string>
#include <utility>

#include "llvm/ADT/StringRef.h"
Expand Down
1 change: 1 addition & 0 deletions xla/codegen/ir/xla_ops.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ limitations under the License.

#include <cstdint>
#include <optional>
#include <string>
#include <utility>
#include <vector>

Expand Down
1 change: 1 addition & 0 deletions xla/codegen/ir/xla_ops.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ limitations under the License.
#ifndef XLA_CODEGEN_IR_XLA_OPS_H_
#define XLA_CODEGEN_IR_XLA_OPS_H_

#include <optional>
#include <utility>

#include "llvm/ADT/DenseMap.h"
Expand Down

0 comments on commit 02cf13f

Please sign in to comment.