Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 704986842
  • Loading branch information
Google-ML-Automation committed Dec 13, 2024
1 parent e650c3d commit 045f708
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ limitations under the License.
==============================================================================*/

#include <memory>
#include <stdexcept>
#include <utility>

#include "llvm/ADT/STLExtras.h"
Expand Down
3 changes: 2 additions & 1 deletion xla/mlir/framework/transforms/xla_framework_to_llvm_pass.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ limitations under the License.
==============================================================================*/

#include <array>
#include <cassert>
#include <cstdint>
#include <memory>
#include <stdexcept>
#include <utility>

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

0 comments on commit 045f708

Please sign in to comment.