From 35d7c94f083a4afbfafad3d11cd0f9793f5d27ff Mon Sep 17 00:00:00 2001 From: jax authors Date: Thu, 6 Nov 2025 17:54:22 -0800 Subject: [PATCH] Automated Code Change PiperOrigin-RevId: 829182408 --- jaxlib/py_executable.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/jaxlib/py_executable.cc b/jaxlib/py_executable.cc index 12edbcfe26c5..09e8c288589a 100644 --- a/jaxlib/py_executable.cc +++ b/jaxlib/py_executable.cc @@ -30,7 +30,6 @@ limitations under the License. #include "absl/algorithm/container.h" #include "absl/base/casts.h" -#include "absl/container/inlined_vector.h" #include "absl/status/status.h" #include "absl/status/statusor.h" #include "absl/strings/str_cat.h"